We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e32896 commit 946f699Copy full SHA for 946f699
play.pokemonshowdown.com/style/battle-log.css
@@ -255,6 +255,11 @@ select.button {
255
* Forms
256
*********************************************************/
257
258
+.dark {
259
+ /* we already have custom scrollbars/buttons so this is really just checkboxes */
260
+ color-scheme: dark;
261
+}
262
+
263
.label {
264
font-size: 9pt;
265
font-weight: bold;
play.pokemonshowdown.com/style/battle.css
@@ -5,7 +5,7 @@ License: GPLv2
5
6
*/
7
8
-@import url(./battle-log.css?v6.5);
+@import url(./battle-log.css?v6.6);
9
10
.battle {
11
position: absolute;
0 commit comments