Skip to content

Commit c468827

Browse files
committed
style: prevent answer color from being overwritten (#160, #179)
1 parent 30f44cc commit c468827

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content-script/styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@
7979
color: var(--font-color);
8080
overflow-y: auto;
8181

82+
p {
83+
color: var(--font-color);
84+
}
85+
8286
ul,
8387
ol {
8488
padding-left: 1.5em;

0 commit comments

Comments
 (0)