diff --git a/style.css b/style.css index 3c50f8d..bd5e862 100644 --- a/style.css +++ b/style.css @@ -9,6 +9,7 @@ --surface: #c0c0c0; --button-highlight: #ffffff; --button-face: #dfdfdf; + --button-text: #222222; --button-shadow: #808080; --window-frame: #0a0a0a; --dialog-blue: #000080; @@ -130,11 +131,14 @@ u { button, input[type="submit"], input[type="reset"] { + all: unset; + color: var(--button-text); box-sizing: border-box; border: none; background: var(--surface); box-shadow: var(--border-raised-outer), var(--border-raised-inner); border-radius: 0; + outline: none; min-width: 75px; min-height: 23px;