27
27
--alarmBG : # FFC0C0 ;
28
28
--alarmText : inherit;
29
29
--backgroundMediumDark : # 485460 ;
30
+ --colorLink : # 3498db ;
31
+ --colorBackgroundButtons : # 3498db ;
32
+ --colorBorder : # 3498db ;
30
33
}
31
34
32
35
html ,
105
108
106
109
a .optionhelp ,
107
110
a : link {
108
- color : # 3498db ;
111
+ color : var ( --colorLink ) ;
109
112
text-decoration : none;
110
113
}
111
114
192
195
height : 1px ;
193
196
width : 100% ;
194
197
border : 0 ;
195
- color : # 3498db ;
196
- background-color : # 3498db ;
198
+ color : var ( --colorLink ) ;
199
+ background-color : var ( --colorBackgroundButtons ) ;
197
200
}
198
201
199
202
/*
@@ -621,9 +624,9 @@ input[type=button],
621
624
input [type = submit ],
622
625
.btn-primary ,
623
626
.btn-primary : link {
624
- background-color : # 3498db ;
627
+ background-color : var ( --colorBackgroundButtons ) ;
625
628
color : # fff ;
626
- border-color : # 3498db ;
629
+ border-color : var ( --colorBorder ) ;
627
630
text-transform : uppercase;
628
631
font-weight : 200 ;
629
632
padding : 7px 10px 5px 10px ;
@@ -637,8 +640,8 @@ input[type=submit],
637
640
.btn-normal ,
638
641
.btn-normal : link {
639
642
color : # fff ;
640
- background-color : # 3498db ;
641
- border : 1px solid # 3498db ;
643
+ background-color : var ( --colorBackgroundButtons ) ;
644
+ border : 1px solid var ( --colorBorder ) ;
642
645
}
643
646
644
647
button : hover ,
@@ -665,7 +668,7 @@ input[type=submit]:disabled,
665
668
padding : 0 ;
666
669
display : flex;
667
670
justify-content : space-between;
668
- background-color : # 485460 !important ;
671
+ background-color : var ( --backgroundMediumDark ) !important ;
669
672
}
670
673
671
674
# navbar-container > nav {
@@ -685,20 +688,20 @@ input[type=submit]:disabled,
685
688
686
689
.navbar {
687
690
padding : 0 0 0 0px ;
688
- margin-bottom : 0 !important ;
689
- border-radius : 0 ;
690
- background-color : # 485460 !important ;
691
- color : # 0fbcf9 ;
692
- border : none;
691
+ margin-bottom : 0 !important ;
692
+ border-radius : 0 ;
693
+ background-color : var ( --backgroundMediumDark ) !important ;
694
+ color : # 0fbcf9 ;
695
+ border : none;
693
696
}
694
697
695
698
.navbar-brand {
696
699
margin-left : 15px ;
697
- font-weight : normal;
698
- font-size : 30px ;
700
+ font-weight : normal;
701
+ font-size : 30px ;
699
702
}
700
703
.navbar-brand a {
701
- color : # ffa801 ;
704
+ color : # ffa801 ;
702
705
}
703
706
@media (max-width : 600px ){
704
707
.navbar-brand {
@@ -828,11 +831,11 @@ li.search-choice {
828
831
# dropdown_storage + div ,
829
832
# dropdown_reminder + div ,
830
833
# dropdown_bandwidth + div {
831
- background-color : # 485460 ;
834
+ background-color : var ( --backgroundMediumDark ) ;
832
835
}
833
836
834
837
# framesTable td : hover {
835
- cursor : pointer;
838
+ cursor : pointer;
836
839
}
837
840
838
841
.zoom ,
0 commit comments