[S] Remove awkward white areas

This commit is contained in:
Hykilpikonna
2020-01-05 17:10:46 -05:00
parent e1caacce34
commit 99af1c4607
2 changed files with 1 additions and 10 deletions
-9
View File
@@ -73,15 +73,6 @@
{
background-color: var(--dark-layer-3) !important;
}
.overall-span.el-col, .course-page-graph.el-col
{
div, span
{
background: #f9f9f9 !important;
color: var(--dark-layer-1) !important;
}
}
}
// ##############
+1 -1
View File
@@ -41,7 +41,7 @@ export default class NavController
private init()
{
if (window.location.hash == '#info') return;
// Check history from last session
if (window.history.state != undefined && window.history.state.hash != undefined)
{