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 = {
-
+

Neue Nachricht erstellen

diff --git a/public/routes/files.js b/public/routes/files.js index 971db53..450db47 100644 --- a/public/routes/files.js +++ b/public/routes/files.js @@ -2,10 +2,10 @@ var tagArray = []; const FileRouter = { template: ` -
-
-

Erweiterte Suche

-
+
+ +
+

Erweiterte Suche

+
+ +
+

Erweiterte Suche

+ + + + + + + + + + + + + + + + + + + + SUCHE + +
+ +
+
+
`, data: function () { diff --git a/public/routes/home.js b/public/routes/home.js index b6e2428..63518a4 100644 --- a/public/routes/home.js +++ b/public/routes/home.js @@ -1,11 +1,21 @@ const HomeRouter = { template: ` -
+
+
+
+ +
+ +
`, data: function () { return { diff --git a/public/routes/msgCard.js b/public/routes/msgCard.js index 720249c..ea9bf9f 100644 --- a/public/routes/msgCard.js +++ b/public/routes/msgCard.js @@ -4,9 +4,9 @@ Vue.component('MsgCard', { {{ msg.subject }} - {{ msg.message }}

+ {{ msg.message }}
#{{ tag }} - +