Move sidebar color
This commit is contained in:
parent
cbe0c1d98d
commit
f622b6dfab
@ -941,4 +941,7 @@ body {
|
|||||||
background: #111111;
|
background: #111111;
|
||||||
color: #dddddd; }
|
color: #dddddd; }
|
||||||
|
|
||||||
|
#sidebar {
|
||||||
|
background-color: #38424D; }
|
||||||
|
|
||||||
/*# sourceMappingURL=theme.css.map */
|
/*# sourceMappingURL=theme.css.map */
|
||||||
|
File diff suppressed because one or more lines are too long
@ -3,13 +3,13 @@ Put your custom CSS in this file.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* sidebar big lower portion */
|
/* sidebar big lower portion */
|
||||||
#sidebar {
|
/*#sidebar {
|
||||||
/*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;
|
background-color: #47314f;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
/* sidebar top portion */
|
/* sidebar top portion */
|
||||||
#sidebar #header {
|
#sidebar #header {
|
||||||
|
@ -15,3 +15,5 @@
|
|||||||
// Core
|
// Core
|
||||||
@import "theme/core";
|
@import "theme/core";
|
||||||
|
|
||||||
|
// Nav
|
||||||
|
@import "theme/nav";
|
||||||
|
1
themes/custom-learn2-dark/scss/theme/_configuration.scss
Normal file
1
themes/custom-learn2-dark/scss/theme/_configuration.scss
Normal file
@ -0,0 +1 @@
|
|||||||
|
$sidebar-bg: #47314f;
|
3
themes/custom-learn2-dark/scss/theme/_nav.scss
Normal file
3
themes/custom-learn2-dark/scss/theme/_nav.scss
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#sidebar {
|
||||||
|
background-color: $sidebar-bg;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user