]> git.cworth.org Git - lmno.games/blobdiff - style.css
Add simple styling of the <strong> element
[lmno.games] / style.css
index b4d5b1b7445d6c9cb8aee3f27f232637b6dd5dc0..ff638f3950db7d3cf04733c15a039543da8b157b 100644 (file)
--- a/style.css
+++ b/style.css
@@ -51,6 +51,7 @@ body {
 h1,h2 {
     color: var(--text-fg-color);
     font-weight: bold;
+    margin-top: 0.5em;
 }
 
 h1 {
@@ -91,6 +92,10 @@ a:active  {
     color: var(--accent-color-bright);
 }
 
+strong {
+    font-weight: bold;
+}
+
 /*\
 |*|
 |*| Overall page layout
@@ -215,6 +220,11 @@ form {
     grid-column-gap: 1em;
 }
 
+.form-field {
+    margin-top: 0.25em;
+    margin-bottom: 0.25em;
+}
+
 .form-field.small.left,.form-field.medium.left {
     grid-column-start: 1;
 }