gorhill 2016-12-14 07:34:36 -05:00
parent b256a48bd1
commit a29b76f3ad
2 changed files with 3 additions and 1 deletions

View file

@ -10,6 +10,9 @@
font-style: normal;
font-weight: normal;
line-height: 1;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
vertical-align: middle;
}
body {

View file

@ -134,7 +134,6 @@ p {
}
#switch {
margin: 8px 0;
user-select: none;
}
#switch .fa {
color: #0046ff;