aboutsummaryrefslogtreecommitdiff
path: root/server/src/routes/ui/style/layout.css
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/routes/ui/style/layout.css')
-rw-r--r--server/src/routes/ui/style/layout.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/server/src/routes/ui/style/layout.css b/server/src/routes/ui/style/layout.css
index f7a21c2..412d1ed 100644
--- a/server/src/routes/ui/style/layout.css
+++ b/server/src/routes/ui/style/layout.css
@@ -97,11 +97,19 @@ nav .account {
margin-bottom: 1em;
}
+section.message {
+ background-color: var(--background-light);
+ border-radius: 8px;
+}
.error {
padding: 1em;
color: rgb(255, 117, 117);
font-family: monospace;
}
+.success {
+ padding: 1em;
+ color: rgb(117, 255, 117);
+}
footer {
padding: 0.1em;