From fc0febd63307f85d2981252b5fb2e1986c98a910 Mon Sep 17 00:00:00 2001 From: Adam Piontek Date: Tue, 3 Aug 2021 20:33:26 -0400 Subject: [PATCH] fixing sticky post styling --- assets/css/_bs-vars-pre.scss | 2 +- assets/css/app.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/_bs-vars-pre.scss b/assets/css/_bs-vars-pre.scss index b2284ca..048ab5d 100644 --- a/assets/css/_bs-vars-pre.scss +++ b/assets/css/_bs-vars-pre.scss @@ -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; diff --git a/assets/css/app.scss b/assets/css/app.scss index 3483fdf..9aaf699 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -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; } } -} \ No newline at end of file +}