more colors...

This commit is contained in:
Felix Hamann 2018-03-09 22:42:53 +01:00
parent 7cd873f308
commit d9cea36856
2 changed files with 10 additions and 1 deletions

View File

@ -19,6 +19,15 @@
--greybase: #B1B5C0;
--fontbase: #34303a;
--fontsec: #5b5861;
/* THEME 4 */
--darkbase: #263C4C;
--lightbase: #598EB5;
--lighterbase: #5F98C2;
--whitebase: #FCFFFA;
--greybase: #B1B5C0;
--blackbase: #1A2A36;
--fontbase: #34303a;
--fontsec: #5b5861;
/* THEME INDEPENDENT COLORS */

View File

@ -5,7 +5,7 @@
.asidenav__box {
margin: 10px 0;
padding: 10px;
border-bottom: 4px solid var(--darkbase);
border-bottom: 4px solid var(--whitebase);
}
.asidenav__box-title {
margin-left: -10px;