[S] Create dark css

This commit is contained in:
Hykilpikonna
2019-11-10 13:28:47 -05:00
parent 15b51020fc
commit 9fdb7461ba
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -28,6 +28,11 @@
--font: 'Avenir', Helvetica, Arial, sans-serif;
}
.dark
{
background: #555555;
}
// ##############
// # Global CSS #
// ##############
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<div id="app" class="theme-default">
<div id="app" class="theme-default dark">
<login v-if="showLogin" v-on:login:token="onLogin"></login>
<navigation :courses="filteredCourses"
:activeIndex.sync="selectedTab"