apply the brand monospace font to the kbd element
authorDan Allen <dan@opendevise.com>
Fri, 9 Feb 2018 21:11:48 +0000 (14:11 -0700)
committerDan Allen <dan@opendevise.com>
Sat, 10 Feb 2018 02:47:52 +0000 (19:47 -0700)
src/css/base.css

index 51a3cbb..1c25bfc 100644 (file)
@@ -44,6 +44,7 @@ a:hover {
 }
 
 code,
+kbd,
 pre {
   font-family: 'Roboto Mono', monospace;
 }