(Grav GitSync) Automatic Commit from RealStickman

This commit is contained in:
RealStickman 2022-05-20 20:42:27 +02:00 committed by GitSync
parent 6a1860d623
commit 76833a1598
2 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@ -9,14 +9,16 @@ Put your custom CSS in this file.
/*background-color: #262c31;*/ /*background-color: #262c31;*/
/*background-color: #131114;*/ /*background-color: #131114;*/
/*background-color: #34233a;*/ /*background-color: #34233a;*/
background-color: #2e2333; /*background-color: #2e2333;*/
background-color: #47314f;
} }
/* sidebar top portion */ /* sidebar top portion */
#sidebar #header { #sidebar #header {
/*background-color: #111314;*/ /*background-color: #111314;*/
/*background-color: #1e1321;*/ /*background-color: #1e1321;*/
background-color: #111111; /*background-color: #111111;*/
background-color: #9c5ea2;
} }
/* search box in sidebar */ /* search box in sidebar */
@ -96,7 +98,8 @@ code {
#sidebar ul.topics > li.parent, #sidebar ul.topics > li.active { #sidebar ul.topics > li.parent, #sidebar ul.topics > li.active {
/*background: #322535;*/ /*background: #322535;*/
/*background: #241e26;*/ /*background: #241e26;*/
background: #252226; /*background: #252226;*/
background: #312037;
} }
/* Sidebar currently selected main topic */ /* Sidebar currently selected main topic */