Skip to content

Commit 946f699

Browse files
committed
Improve dark mode checkboxes
1 parent 5e32896 commit 946f699

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

play.pokemonshowdown.com/style/battle-log.css

+5
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,11 @@ select.button {
255255
* Forms
256256
*********************************************************/
257257

258+
.dark {
259+
/* we already have custom scrollbars/buttons so this is really just checkboxes */
260+
color-scheme: dark;
261+
}
262+
258263
.label {
259264
font-size: 9pt;
260265
font-weight: bold;

play.pokemonshowdown.com/style/battle.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ License: GPLv2
55
66
*/
77

8-
@import url(./battle-log.css?v6.5);
8+
@import url(./battle-log.css?v6.6);
99

1010
.battle {
1111
position: absolute;

0 commit comments

Comments
 (0)