fixing sticky post styling

This commit is contained in:
Adam Piontek 2021-08-03 20:33:26 -04:00
parent 765073354c
commit fc0febd633
2 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,7 @@ $spaceblue-900: #151c28;
// scss-docs-start theme-color-variables // scss-docs-start theme-color-variables
$primary: #51A39F; $primary: #51A39F;
$secondary: #BF98A0; $secondary: #b198bf;
$success: $green; $success: $green;
$info: $cyan; $info: $cyan;
$warning: $yellow; $warning: $yellow;

View file

@ -34,7 +34,7 @@ a {
article.post.sticky, article.post.sticky,
.rpwwt-widget li.rpwwt-sticky { .rpwwt-widget li.rpwwt-sticky {
border-radius: .25rem !important; border-radius: .25rem !important;
background-color: shade-color($gray-800, 50%); background-color: rgba(0, 0, 0, 0.33);
border-bottom: inherit !important; border-bottom: inherit !important;
margin-bottom: inherit !important; margin-bottom: inherit !important;
margin-left: 0 !important; margin-left: 0 !important;
@ -305,4 +305,4 @@ main#fp-main > div.fp-grid {
font-family: $font-family-handbrush; font-family: $font-family-handbrush;
} }
} }
} }