From 11e7df466c53ac0e6c88f674319f5005adab1470 Mon Sep 17 00:00:00 2001 From: kaBeech Date: Sat, 18 Mar 2023 15:57:55 -0700 Subject: [PATCH] Update button styling --- style.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index cc51a8d..a8a318a 100644 --- a/style.css +++ b/style.css @@ -60,6 +60,12 @@ li { button { width: 12em; align-self: center; + font-family: inherit; + font-size: 100%; + line-height: 1.15; + margin: 0; + overflow: visible; + text-transform: none; } :link { @@ -71,8 +77,8 @@ button { } .selected { - background-color: #d4d4d4; - color: #1e1e1e; + background-color: #1e1e1e; + color: #d4d4d4; } .serious { @@ -86,8 +92,7 @@ button { .seriousBold { font-family: "Serious Sans Bold"; } - -.seriousBoldItalic { +d4d4d4 .seriousBoldItalic { font-family: "Serious Sans Bold Italic"; }