diff options
author | metamuffin <metamuffin@disroot.org> | 2023-01-29 18:23:30 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-01-29 18:23:30 +0100 |
commit | 15d0a83247c3b6091f006df967f54f8399030cf6 (patch) | |
tree | ea99621ec7c6f58417c56bf671b2937e37487888 /server/src/routes/ui/style/layout.css | |
parent | de8d69d2886ae50e28da210fc690c99457a804bb (diff) | |
download | jellything-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.css | 8 |
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; |