Dark theme all the things

This commit is contained in:
kolaente 2019-09-14 20:18:32 +02:00
parent cdab64428d
commit e4bca43489
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ const app = new Vue({
template: `
<div style="width: 99%; margin: 0 auto;padding-top: 10px;">
<div class="ui error message" style="display: block;" v-if="error !== ''">{{ error }}</div>
<table class="ui celled striped table" v-if="error === ''">
<table class="ui celled striped inverted table" v-if="error === ''">
<thead>
<tr class="top">
<th scope="col">Platz</th>