diff options
author | metamuffin <metamuffin@disroot.org> | 2024-11-03 23:33:09 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-11-03 23:33:18 +0100 |
commit | 09c2958a0ef426af96a32acb02beee6c1416621e (patch) | |
tree | 83ed0c6a8a9bf4a5b05ee7debfb38547006a816a /style.css | |
parent | 69f01a2e899e3a879f8db333e9d1e83bf8080703 (diff) | |
download | abrechenbarkeit-09c2958a0ef426af96a32acb02beee6c1416621e.tar abrechenbarkeit-09c2958a0ef426af96a32acb02beee6c1416621e.tar.bz2 abrechenbarkeit-09c2958a0ef426af96a32acb02beee6c1416621e.tar.zst |
stupid features
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -84,6 +84,7 @@ form.creation { background-color: var(--b2); padding: 1em; margin-top: 2em; + border-radius: 4px; } form.creation>h3 { @@ -127,6 +128,7 @@ li { padding: 1em; margin: .5em; margin-left: 0; + border-radius: 4px; } .name { @@ -234,6 +236,7 @@ h3 { /* grid-auto-rows: minmax(5em, 2); */ /* grid-template-columns: repeat(2, calc(50% - 2em)); */ grid-template-columns: auto 10em; + border-radius: 4px; } form.box> :first-child, |