Improve button font size via explicit inheritance
authorJoey Schulze <joey@infodrom.org>
Wed, 9 Aug 2017 22:02:49 +0000 (00:02 +0200)
committerJoey Schulze <joey@infodrom.org>
Sat, 6 Oct 2018 17:30:26 +0000 (19:30 +0200)
src/infodrom.css

index 850eeb1..2c0158f 100644 (file)
@@ -139,6 +139,9 @@ input, select, textarea {
   border: 1px solid #aaaaaa;
   font-size: inherit;
 }
+button {
+  font-size: inherit;
+}
 input.button {
   width: auto;
   display: inline;