diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |