mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-10 15:02:07 +01:00
Adjustments to themes
This commit is contained in:
@@ -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; }
|
||||
Reference in New Issue
Block a user