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

Commit 46d6352

Browse files
committed
Introduce Firefox 89+ specific style for Options page dark mode
1 parent fcc33c5 commit 46d6352

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css/options.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
color: rgb(249, 249, 250);
1111
}
1212

13+
body.is-firefox.gte-89 {
14+
background-color: rgb(35, 34, 43);
15+
color: rgb(251,251,254);
16+
}
17+
1318
.is-firefox input[type="url"],
1419
.is-firefox textarea {
1520
background-color: #2a2a2e;

0 commit comments

Comments
 (0)