[S] Create dark css
This commit is contained in:
@@ -28,6 +28,11 @@
|
|||||||
--font: 'Avenir', Helvetica, Arial, sans-serif;
|
--font: 'Avenir', Helvetica, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark
|
||||||
|
{
|
||||||
|
background: #555555;
|
||||||
|
}
|
||||||
|
|
||||||
// ##############
|
// ##############
|
||||||
// # Global CSS #
|
// # Global CSS #
|
||||||
// ##############
|
// ##############
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div id="app" class="theme-default">
|
<div id="app" class="theme-default dark">
|
||||||
<login v-if="showLogin" v-on:login:token="onLogin"></login>
|
<login v-if="showLogin" v-on:login:token="onLogin"></login>
|
||||||
<navigation :courses="filteredCourses"
|
<navigation :courses="filteredCourses"
|
||||||
:activeIndex.sync="selectedTab"
|
:activeIndex.sync="selectedTab"
|
||||||
|
|||||||
Reference in New Issue
Block a user