Adjustments to themes

This commit is contained in:
BorisLevitskiy
2015-04-09 18:48:27 +03:00
parent 2c184db805
commit 6d941a53f5

View File

@@ -13,7 +13,6 @@ code { font-size: 1.2em; font-weight: bold; }
.expression .label { font-weight: bold; padding-right: 5px; text-align: right; }
.expression .bin { letter-spacing: 3px; }
.expression .byte { margin: 0 3px; }
.expression .zero { color: #848586 }
.expression .result td { border-top: dotted 1px gray; }
.expression { font-size: 1.5em; font-family: monospace }
@@ -29,10 +28,12 @@ code { font-size: 1.2em; font-weight: bold; }
#view { padding: 10px}
/* Light */
.light { background: rgb(250, 250, 250); }
.light .one { color: black; }
.light .zero { color: rgb(105, 106, 107); }
/* Dark */
.dark { background: black; color: white;}
.dark { background: #121212; color: white;}
.dark .expressionInput { background: black; color: white; }
.dark a, .dark a:visited { color: white; }
.light { background: ghostwhite; }