change styles

This commit is contained in:
cuom1999 2020-03-16 01:56:55 -06:00
parent f424e609bc
commit 0ff312e3ba
10 changed files with 228 additions and 21 deletions

View file

@ -218,7 +218,7 @@ header {
}
#nav-shadow {
height: 3px;
height: 1px;
background: linear-gradient(rgba(0, 0, 0, 0.5), transparent);
}
@ -276,7 +276,7 @@ nav {
display: inline-block;
text-decoration: none;
vertical-align: middle;
color: #FFF;
color: #3e452c;
padding: 13px 7px;
height: 18px;
@ -291,8 +291,9 @@ nav {
}
&.active {
color: #FFF;
// color: #FFF;
background: $highlight_blue;
color: black;
}
.nav-expand {

View file

@ -15,10 +15,10 @@
font-size: 1.7em;
a {
color: #5b80b9 !important;
color: Maroon !important;
&:hover {
color: #0645ad !important;
color: #c00000 !important;
}
}
}

View file

@ -42,9 +42,9 @@ $table_header_rounding: 6px;
th {
height: 2em;
color: #FFF;
color: #2b333b;
background-color: $widget_black;
border-color: #555;
border-color: #cccccc;
border-width: 1px 1px 0 0;
border-style: solid;
padding: 4px 10px;

View file

@ -1,5 +1,5 @@
$highlight_blue: #2980B9;
$widget_black: #3b3b3b;
$highlight_blue: white;
$widget_black: #63c8f9;//68BBE3, add8e6
$border_gray: #ccc;
$background_gray: #ededed;
$background_light_gray: #fafafa;

View file

@ -419,7 +419,7 @@ ul.select2-selection__rendered {
margin: 0 -5px;
background: $widget_black;
border-radius: $widget_border_radius $widget_border_radius 0 0;
color: white;
color: #2b333b;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 7px;
@ -427,7 +427,7 @@ ul.select2-selection__rendered {
}
.sidebox h3 .fa {
color: white;
color: #2b333b;
float: right;
margin: 0.2em 0.4em 0 0;
}