aboutsummaryrefslogtreecommitdiff
path: root/server/src/routes/ui/style/layout.css
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-01-29 18:23:30 +0100
committermetamuffin <metamuffin@disroot.org>2023-01-29 18:23:30 +0100
commit15d0a83247c3b6091f006df967f54f8399030cf6 (patch)
treeea99621ec7c6f58417c56bf671b2937e37487888 /server/src/routes/ui/style/layout.css
parentde8d69d2886ae50e28da210fc690c99457a804bb (diff)
downloadjellything-15d0a83247c3b6091f006df967f54f8399030cf6.tar
jellything-15d0a83247c3b6091f006df967f54f8399030cf6.tar.bz2
jellything-15d0a83247c3b6091f006df967f54f8399030cf6.tar.zst
user settings page
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;