Skip to content

Commit e990a09

Browse files
committed
Fix options page text color
1 parent 94f96da commit e990a09

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

options/options.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
*|*:root {
1111
--input-text-x-margin: 4px;
1212
}
13+
body {
14+
color: var(--in-content-page-color);
15+
}
1316
button {
1417
text-align: center;
1518
float: right;
@@ -30,8 +33,10 @@
3033
.addon-detail-row:first-of-type {
3134
border-top: none;
3235
}
33-
.received-examples p {
36+
.received-examples {
3437
color: var(--in-content-deemphasized-text);
38+
}
39+
.received-examples p {
3540
font-size: smaller;
3641
}
3742
.received-examples input[type="text"],

0 commit comments

Comments
 (0)