We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ebbcfe commit b541d9cCopy full SHA for b541d9c
wm_strings_en.h
@@ -112,7 +112,8 @@ const char HTTP_STYLE[] PROGMEM = "<style>"
112
"button.D{background-color:#dc3630}"
113
"button:active{opacity:50% !important;cursor:wait;transition-delay: 0s}"
114
// invert
115
-"body.invert,body.invert a,body.invert h1 {background-color:#060606;color:#fff;}"
+"body.invert{background-color:#060606;}"
116
+"body.invert,body.invert a,body.invert h1 {color:#fff;}"
117
"body.invert .msg{color:#fff;background-color:#282828;border-top:1px solid #555;border-right:1px solid #555;border-bottom:1px solid #555;}"
118
"body.invert .q[role=img]{-webkit-filter:invert(1);filter:invert(1);}"
119
":disabled {opacity: 0.5;}"
0 commit comments