diff --git a/src/GlobalSettings.vue b/src/GlobalSettings.vue index 56f8885..d603c5e 100644 --- a/src/GlobalSettings.vue +++ b/src/GlobalSettings.vue @@ -21,6 +21,18 @@ day notes + +
+
+ Message of the day +
+ show motd + + + + + +
Save diff --git a/src/Toolbar.vue b/src/Toolbar.vue index 5157e74..6e87e26 100644 --- a/src/Toolbar.vue +++ b/src/Toolbar.vue @@ -1,60 +1,64 @@ @@ -254,4 +262,13 @@ export default { color: white !important; } +.motd p { + margin-top: 0px; + margin-bottom: 0px; + padding-top: 4px; + padding-bottom: 4px; + text-align: center; + background-color: #ffcdd2; +} +