[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
|
@ -347,7 +347,9 @@ section > .generic-page-wrapper,
|
|||
.fsuggest-content-wrapper,
|
||||
.panel,
|
||||
aside .widget,
|
||||
.nav-container .widget{
|
||||
.nav-container .widget,
|
||||
#back-to-top
|
||||
{
|
||||
box-shadow: 0 0 3px $link_color;
|
||||
-webkit-box-shadow: 0 0 3px $link_color;
|
||||
}
|
||||
|
@ -355,3 +357,7 @@ aside .widget,
|
|||
input[type=text].tt-input {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#back-to-top {
|
||||
color: $link_color;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue