]> git.cworth.org Git - lmno.games/blobdiff - style.css
style: Remove some duplicated code between h1 and h2
[lmno.games] / style.css
index cfef9c8984d4936b37dd535b79c808bdad5c166f..9f922b61b6436a4621a601dc2b0791f615ee5494 100644 (file)
--- a/style.css
+++ b/style.css
@@ -36,16 +36,17 @@ body {
     color: var(--text-fg-color-max-contrast);
 }
 
-h1 {
+h1,h2 {
     color: var(--text-fg-color);
-    font-size: 150%;
     font-weight: bold;
 }
 
+h1 {
+    font-size: 150%;
+}
+
 h2 {
-    color: var(--text-fg-color);
     font-size: 110%;
-    font-weight: bold;
 }
 
 p,dl,dd {