Improve text readability (#66)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
@hover-bg-color: #363636;
|
||||
@text-color: #c4c4c4;
|
||||
@error-text-color: #f00;
|
||||
@dim-text-color: #808080;
|
||||
@dim-text-color: #a0a0a0;
|
||||
|
||||
@input-bg-color: #4a4a4a;
|
||||
@active-input-bg-color: #4f4f4f;
|
||||
@@ -37,7 +37,6 @@ html,
|
||||
body {
|
||||
font-family: "Open Sans";
|
||||
font-size: 14px;
|
||||
font-weight: 300;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
min-width: 260px;
|
||||
@@ -47,6 +46,13 @@ body {
|
||||
color: @text-color;
|
||||
}
|
||||
|
||||
@media (min-resolution: 192dpi) {
|
||||
html,
|
||||
body {
|
||||
font-weight: 300;
|
||||
}
|
||||
}
|
||||
|
||||
html::-webkit-scrollbar,
|
||||
body::-webkit-scrollbar {
|
||||
display: none;
|
||||
|
Reference in New Issue
Block a user