mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Darkened the home screen boxes for high contrast
This commit is contained in:
parent
5e4918579a
commit
c299efca0c
|
@ -102,3 +102,22 @@ a {
|
||||||
color: darken(@navy, 20%);
|
color: darken(@navy, 20%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.skin-contrast .treeview-menu>li>a {
|
||||||
|
color: #FFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bg-teal {
|
||||||
|
background-color: darken(@teal, 25%)!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bg-orange {
|
||||||
|
background-color: darken(@orange, 20%)!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bg-purple {
|
||||||
|
background-color: darken(@purple, 20%)!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bg-maroon {
|
||||||
|
background-color: darken(@maroon, 20%)!important;
|
||||||
|
}
|
Loading…
Reference in a new issue