Fixed bug with switching to light theme in IE

This commit is contained in:
BorisLevitskiy
2015-04-09 16:57:33 +03:00
parent c8119f5b37
commit b5c37c53fd

View File

@@ -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; }