Skip to content

Commit 34657e4

Browse files
committed
color fix
1 parent 1b2a08d commit 34657e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ video {
291291
color:#bfbfbf;
292292
}
293293
.bgbl {
294-
background:#383838 !important;
295-
color:white;
294+
background:var(--color) !important;
295+
color:var(--c1) !important;
296296
}
297297
.courseTable {
298298
border:none;

0 commit comments

Comments
 (0)