Neue Nachricht erstellen
Erweiterte Suche
-Erweiterte Suche
Erweiterte Suche
++ {{ msg.message }}
#{{ tag }} - +
diff --git a/public/lib/buefy-0.7.5.css b/public/lib/buefy-0.7.5.css index 4eac511..27d35a8 100644 --- a/public/lib/buefy-0.7.5.css +++ b/public/lib/buefy-0.7.5.css @@ -442,6 +442,15 @@ body { line-height: 1.5; } a { + color: #0046a0; + cursor: pointer; + text-decoration: none; } + a strong { + color: currentColor; } + a:hover { + color: #0046a0; } + +a.menu-list { color: white; cursor: pointer; text-decoration: none; } @@ -4154,7 +4163,8 @@ a.list-item { border-radius: 2px; display: block; padding: 0.5em 0.75em; - background-color: #0046a0; } + background-color: #0046a0; + color: white !important;} .menu-list a:hover { background-color: #01295d; color: white; } diff --git a/public/routes/createMessage.js b/public/routes/createMessage.js index 8cb167a..e7c9779 100644 --- a/public/routes/createMessage.js +++ b/public/routes/createMessage.js @@ -37,7 +37,7 @@ const CreateMsgRouter = {