Change top style {1 => 2}px.

The color did not appear to be even with the text therefore, changed the
color to have a top of 2px instead of 1px.
This commit is contained in:
ccsplit 2019-02-25 10:04:17 -06:00
parent f48504a97f
commit 01f774607b
No known key found for this signature in database
GPG key ID: 085EED3F7BA16FCE

View file

@ -17,6 +17,6 @@ body {
display: inline-block;
height: 12px;
position: relative;
top: 1px;
top: 2px;
width: 12px;
}