light/dark mode pt.3

This commit is contained in:
msoliman3
2022-11-03 12:43:57 +01:00
parent 65a7e8676b
commit 85beae6554

View File

@@ -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 {