Skip to content

Commit 00220e3

Browse files
committed
missed a few spots
1 parent 0a5bc4c commit 00220e3

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

src/webpage/style.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,20 @@ body {
7171
tr:nth-of-type(even).running {
7272
background-color: #5b6529;
7373
}
74+
dialog {
75+
background: #1a1a1a;
76+
}
77+
h1,
78+
h2,
79+
span {
80+
color: white;
81+
}
82+
.heightLimitTable {
83+
color: white;
84+
tr:first-child {
85+
background: #000000 !important;
86+
}
87+
}
7488
}
7589
.speedDiv {
7690
width: 200px;

0 commit comments

Comments
 (0)