[frio] Vary Back to Top element depending on the theme accent/colors

- Add specific support for dark/black schemes
This commit is contained in:
Hypolite Petovan 2020-12-30 23:10:22 -05:00
commit 94b9ed53c2
5 changed files with 15 additions and 5 deletions

View file

@ -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;
}