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
$primary: #51A39F;
$secondary: #BF98A0;
$secondary: #b198bf;
$success: $green;
$info: $cyan;
$warning: $yellow;

View file

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