We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a5bc4c commit 00220e3Copy full SHA for 00220e3
1 file changed
src/webpage/style.css
@@ -71,6 +71,20 @@ body {
71
tr:nth-of-type(even).running {
72
background-color: #5b6529;
73
}
74
+ dialog {
75
+ background: #1a1a1a;
76
+ }
77
+ h1,
78
+ h2,
79
+ span {
80
+ color: white;
81
82
+ .heightLimitTable {
83
84
+ tr:first-child {
85
+ background: #000000 !important;
86
87
88
89
.speedDiv {
90
width: 200px;
0 commit comments