Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Commit aa88a44

Browse files
authored
Fix comment mentions
1 parent 71f5f43 commit aa88a44

1 file changed

Lines changed: 15 additions & 6 deletions

File tree

src/dark-mode.css

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ body {
276276
}
277277

278278
/* Join Classroom */
279-
.xiutKc > .I7OXgf {
279+
.xiutKc>.I7OXgf {
280280
background-color: var(--bg-color) !important;
281281
}
282282

@@ -448,7 +448,8 @@ body {
448448
background-color: var(--gray-hover) !important;
449449
}
450450

451-
.hN1OOc.eumXzf:hover, .hN1OOc.eumXzf:focus {
451+
.hN1OOc.eumXzf:hover,
452+
.hN1OOc.eumXzf:focus {
452453
background-color: var(--blue-hover) !important;
453454
}
454455

@@ -1001,6 +1002,14 @@ body {
10011002
color: var(--font-secondary-color) !important;
10021003
}
10031004

1005+
.ztA2jd-auswjd {
1006+
background-color: var(--white-hover) !important;
1007+
}
1008+
1009+
.ztA2jd-SUR3Rd {
1010+
background-color: var(--bg-color) !important;
1011+
}
1012+
10041013
/* Archived classes */
10051014
.onkcGd,
10061015
.onkcGd:visited,
@@ -1558,16 +1567,16 @@ input.tAUuQ {
15581567
border-color: var(--bd-color) !important;
15591568
}
15601569

1561-
.jsbB5e.IYewr > .Yalane > .oQ5Hqe,
1562-
.jsbB5e.IYewr > .Yalane > .aCxcAe {
1570+
.jsbB5e.IYewr>.Yalane>.oQ5Hqe,
1571+
.jsbB5e.IYewr>.Yalane>.aCxcAe {
15631572
background-color: #d93025 !important;
15641573
}
15651574

15661575
.W9wDc.IYewr .poFWNe {
15671576
caret-color: #d93025 !important;
15681577
}
15691578

1570-
.W9wDc.IYewr .poFWNe:not([disabled]):focus ~ .qTs5Xc,
1579+
.W9wDc.IYewr .poFWNe:not([disabled]):focus~.qTs5Xc,
15711580
.W9wDc.IYewr .n9IS1 .qTs5Xc {
15721581
color: #d93025 !important;
15731582
}
@@ -1608,4 +1617,4 @@ input.tAUuQ {
16081617
background-color: var(--bg-secondary-color) !important;
16091618
display: flex;
16101619
overflow: hidden;
1611-
}
1620+
}

0 commit comments

Comments
 (0)