Skip to content

Commit 743051d

Browse files
committed
css body color white (unreadable text on some systems)
1 parent c6aed6c commit 743051d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/data/main_popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
user-select: none;
2020
}
2121
button { color: gray;}
22-
body { font-size:10pt; padding-top:4px;}
22+
body { font-size:10pt; padding-top:4px;color:white;}
2323
html,body,div { overflow: hidden;}
2424
input,select { margin-bottom:0.8em;}
2525
#usermessage {

0 commit comments

Comments
 (0)