Skip to content

Commit

Permalink
Fix b2t color for Pisces | Gemini when b2t: false false.
Browse files Browse the repository at this point in the history
Fix to #552.
Comment: #550 (comment)
  • Loading branch information
ivan-nginx committed Dec 31, 2018
1 parent bfec5fd commit e303420
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/css/_common/components/back-to-top-sidebar.styl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.back-to-top {
visibility: hidden;
margin: (20px - $sidebar-offset) -10px -20px;
background: $b2t-bg-color;
background: $b2t-sidebar-bg-color;
font-size: $b2t-font-size;
opacity: $b2t-opacity;
cursor: pointer;
Expand Down
2 changes: 1 addition & 1 deletion source/css/_variables/Gemini.styl
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ $border-radius = initial
//$border-radius = 3px;

// Back to top
$b2t-bg-color = $body-bg-color
$b2t-sidebar-bg-color = $body-bg-color
2 changes: 1 addition & 1 deletion source/css/_variables/Pisces.styl
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ $btn-default-hover-bg = $black-deep
$b2t-opacity = .6
$b2t-position-bottom = -100px
$b2t-position-bottom-on = 30px
$b2t-bg-color = $body-bg-color
$b2t-sidebar-bg-color = $body-bg-color
1 change: 1 addition & 0 deletions source/css/_variables/base.styl
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ $b2t-position-right = 30px
$b2t-font-size = 12px
$b2t-color = white
$b2t-bg-color = $black-deep
$b2t-sidebar-bg-color = $black-deep

// .post-expand .post-eof
// In Muse scheme, margin above and below the post separator
Expand Down

0 comments on commit e303420

Please sign in to comment.