light/dark mode pt.3
This commit is contained in:
@@ -7,7 +7,9 @@
|
|||||||
--column-color: #1E1E1E;
|
--column-color: #1E1E1E;
|
||||||
--secondary: #1D9BF0;
|
--secondary: #1D9BF0;
|
||||||
}
|
}
|
||||||
|
body {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
body, html, .container {
|
body, html, .container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@@ -195,6 +197,7 @@ body {
|
|||||||
|
|
||||||
.leftcol, .centercol, .rightcol, .searchcontainer, .popchart {
|
.leftcol, .centercol, .rightcol, .searchcontainer, .popchart {
|
||||||
background-color: var(--column-color);
|
background-color: var(--column-color);
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rightcol {
|
.rightcol {
|
||||||
|
|||||||
Reference in New Issue
Block a user