nav and font stuff

This commit is contained in:
ntr
2019-06-01 18:14:13 +10:00
parent dd4431aaa3
commit 7c59472883
4 changed files with 4 additions and 5 deletions
+1
View File
@@ -120,6 +120,7 @@ html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
font-size: 62.5%; }
body {
font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
line-height: 1.6;
+1 -2
View File
@@ -112,8 +112,7 @@ nav button.active {
nav button[disabled], nav button[disabled]:hover {
color: #333333;
font-size: 14pt;
text-decoration: line-through
text-decoration: none;
}
nav button:hover, nav button:focus {