summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/website/font-settings.less
diff options
context:
space:
mode:
Diffstat (limited to 'theme/stylesheets/website/font-settings.less')
-rw-r--r--theme/stylesheets/website/font-settings.less18
1 files changed, 9 insertions, 9 deletions
diff --git a/theme/stylesheets/website/font-settings.less b/theme/stylesheets/website/font-settings.less
index 42fe41f..9f42cfc 100644
--- a/theme/stylesheets/website/font-settings.less
+++ b/theme/stylesheets/website/font-settings.less
@@ -2,8 +2,8 @@
#font-settings-wrapper{
position:relative;
.dropdown-menu{
- background-color:@header-background;
- border-color:@sidebar-divider-color;
+ background-color: @header-dropdown-background;
+ border-color: @sidebar-divider-color;
padding: 0px;
.dropdown-caret{
@@ -34,7 +34,7 @@
left: 1px;
border-bottom: 9px solid transparent;
border-top: 9px solid transparent;
- border-right: 9px solid @header-background;
+ border-right: 9px solid @header-dropdown-background;
}
}
button{
@@ -93,10 +93,10 @@
.color-theme-1{
#font-settings-wrapper{
.dropdown-menu{
- background-color:@sidebar-background-1;
- border-color:@sidebar-divider-color-1;
+ background-color: @header-dropdown-background-1;
+ border-color: @sidebar-divider-color-1;
.dropdown-caret .caret-inner{
- border-right: 9px solid @sidebar-background-1;
+ border-right: 9px solid @header-dropdown-background-1;
}
button{
color:@header-button-color-1;
@@ -129,10 +129,10 @@
.color-theme-2{
#font-settings-wrapper{
.dropdown-menu{
- background-color:@sidebar-background-2;
- border-color:@sidebar-divider-color-2;
+ background-color: @header-dropdown-background-2;
+ border-color: @sidebar-divider-color-2;
.dropdown-caret .caret-inner{
- border-right: 9px solid @sidebar-background-2;
+ border-right: 9px solid @header-dropdown-background-2;
}
button{
color:@header-button-color-2;