[S] Create dark css
This commit is contained in:
@@ -28,6 +28,11 @@
|
||||
--font: 'Avenir', Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
.dark
|
||||
{
|
||||
background: #555555;
|
||||
}
|
||||
|
||||
// ##############
|
||||
// # Global CSS #
|
||||
// ##############
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user