Skip to content

Commit 921a5bc

Browse files
authored
Update meet.google.com.css - dark theme
1 parent 8a53019 commit 921a5bc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

websites/meet.google.com.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ c-wiz,
1919
border 0.5s ease-in-out, box-shadow 0.5s ease-in-out !important;
2020
}
2121

22+
@media (prefers-color-scheme: dark) {
23+
[aria-label="Side panel"]{
24+
p, span, h1, h2, h3, h4, h5, h6, div, input{
25+
color: #fff !important;
26+
}
27+
}
28+
}
29+
2230
/* meet-darkreader */
2331
:root {
2432
--darkreader-background-ffffff: transparent !important;
@@ -42,4 +50,3 @@ h1.r3f7Nb, .MZWksc:has(span), .sIR20d{
4250
border-radius: 1em !important;
4351
margin-bottom: 1em !important;
4452
}
45-

0 commit comments

Comments
 (0)