more colors...
This commit is contained in:
parent
7cd873f308
commit
d9cea36856
@ -19,6 +19,15 @@
|
|||||||
--greybase: #B1B5C0;
|
--greybase: #B1B5C0;
|
||||||
--fontbase: #34303a;
|
--fontbase: #34303a;
|
||||||
--fontsec: #5b5861;
|
--fontsec: #5b5861;
|
||||||
|
/* THEME 4 */
|
||||||
|
--darkbase: #263C4C;
|
||||||
|
--lightbase: #598EB5;
|
||||||
|
--lighterbase: #5F98C2;
|
||||||
|
--whitebase: #FCFFFA;
|
||||||
|
--greybase: #B1B5C0;
|
||||||
|
--blackbase: #1A2A36;
|
||||||
|
--fontbase: #34303a;
|
||||||
|
--fontsec: #5b5861;
|
||||||
|
|
||||||
|
|
||||||
/* THEME INDEPENDENT COLORS */
|
/* THEME INDEPENDENT COLORS */
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
.asidenav__box {
|
.asidenav__box {
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-bottom: 4px solid var(--darkbase);
|
border-bottom: 4px solid var(--whitebase);
|
||||||
}
|
}
|
||||||
.asidenav__box-title {
|
.asidenav__box-title {
|
||||||
margin-left: -10px;
|
margin-left: -10px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user