mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2026-01-27 06:04:30 +01:00
Fixed bug with switching to light theme in IE
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
body { font-family: Verdana; font-size: 0.8em; padding: 20px 100px 0px 100px; margin: 0 }
|
||||
body { font-family: Verdana; font-size: 0.8em; padding: 20px 100px 0 100px; margin: 0 }
|
||||
code { font-size: 1.2em; font-weight: bold; }
|
||||
|
||||
.links { float: right; position: absolute; right: 10px; top: 10px; }
|
||||
@@ -33,4 +33,6 @@ code { font-size: 1.2em; font-weight: bold; }
|
||||
/* Dark */
|
||||
.dark { background: black; color: white;}
|
||||
.dark .expressionInput { background: black; color: white; }
|
||||
.dark a, .dark a:visited { color: white; }
|
||||
.dark a, .dark a:visited { color: white; }
|
||||
|
||||
.light { background: ghostwhite; }
|
||||
Reference in New Issue
Block a user