Cosmetic tweaks

#206
This commit is contained in:
narcolepticinsomniac 2017-10-06 00:50:38 -04:00 committed by GitHub
parent b777cc1bea
commit bfc56bedf7

View File

@ -18,6 +18,7 @@ html.firefox #notes {
} }
body { body {
background: #fff;
margin: 0; margin: 0;
font-family: "Helvetica Neue", Helvetica, sans-serif; font-family: "Helvetica Neue", Helvetica, sans-serif;
font-size: 12px; font-size: 12px;
@ -182,7 +183,7 @@ input[type="color"] {
background-color: #f4f4f4; background-color: #f4f4f4;
padding: 1.5ex 16px 1ex calc(16px + 2ex); padding: 1.5ex 16px 1ex calc(16px + 2ex);
font-size: 90%; font-size: 90%;
color: #999; color: #777;
} }
#notes ol { #notes ol {