aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorRiley L. <riley@e926.de>2024-11-20 22:34:56 +0100
committerRiley L. <riley@e926.de>2024-11-20 22:34:56 +0100
commitfb6eafaec0581b4754ae99a7a719e3e9b40a6106 (patch)
treef1fcb7a346d799dc05d27785ea0317d12d768774 /style.css
parent80cf5a6ccd6a800bcf9294ec2f8a90aadf800f4e (diff)
downloadabrechenbarkeit-fb6eafaec0581b4754ae99a7a719e3e9b40a6106.tar
abrechenbarkeit-fb6eafaec0581b4754ae99a7a719e3e9b40a6106.tar.bz2
abrechenbarkeit-fb6eafaec0581b4754ae99a7a719e3e9b40a6106.tar.zst
style negative user list; add embezzlement amount
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css
index e3ddc27..9599c84 100644
--- a/style.css
+++ b/style.css
@@ -97,11 +97,11 @@ nav> :last-child {
}
/* landing page */
-form#user_creation {
+.section {
background-color: var(--b2);
padding: 1em;
margin-top: 2em;
- border-radius: 4px;
+ border-radius: 4px;
}
form#user_creation>h3 {