[frio] Vary Back to Top element depending on the theme accent/colors
- Add specific support for dark/black schemes
This commit is contained in:
parent
934f69a426
commit
94b9ed53c2
5 changed files with 15 additions and 5 deletions
|
@ -119,7 +119,7 @@ blockquote {
|
|||
#back-to-top {
|
||||
display: none;
|
||||
cursor: pointer;
|
||||
color: white;
|
||||
color: $nav_icon_color;
|
||||
position: fixed;
|
||||
z-index: 49;
|
||||
right: 20px;
|
||||
|
@ -128,7 +128,7 @@ blockquote {
|
|||
font-size: 2.9em;
|
||||
padding: 0 12px 0 12px;
|
||||
border-radius: 10px;
|
||||
background-color: #aaa;
|
||||
background-color: $nav_bg;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue