Dark mode

This commit is contained in:
kolaente 2019-09-14 19:22:39 +02:00
parent e66bd64a07
commit 6c7202658e
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
4 changed files with 6 additions and 24 deletions

4
assets/css/admin.css Normal file
View File

@ -0,0 +1,4 @@
body{
background:#121212;
color: #fff;
}

View File

@ -1,23 +0,0 @@
body{
background:#fff;
font-family:sans-serif;
}
th,td{
border: 1px solid #ccc;
border-bottom: none;
border-right: none;
padding: 2px 5px;
}
tr.top th{
border: none;
text-align: left;
padding-left: 10px;
}
table{
border:1px solid #ccc;
border-left: none;
border-top: none;
}

View File

@ -3,7 +3,7 @@ const app = new Vue({
template: `
<div>
<div id="msg" v-if="error !== ''"> {{ error }}</div>
<table class="ui celled striped table">
<table class="ui celled striped inverted table">
<thead>
<tr>
<th>Name</th>

View File

@ -5,6 +5,7 @@
<meta charset="UTF-8">
<title>Kasino Admin</title>
<link rel="stylesheet" type="text/css" href="/assets/semantic/semantic.min.css">
<link rel="stylesheet" type="text/css" href="/assets/css/admin.css">
<script>if (typeof module === 'object') {
window.module = module;