Improve text readability (#66)

This commit is contained in:
Maxim Baz
2019-04-04 10:31:15 +02:00
committed by GitHub
parent b56a2a3dde
commit 3b0b97df5e

View File

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