Skip to content

Commit 18b719e

Browse files
authored
fix: de-emphasize on more things (#141)
1 parent 5c2f036 commit 18b719e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/styles.scss

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,10 @@ table {
197197

198198
// De emphasize non-header text
199199
article {
200-
*:not(.btn) {
201-
p,
202-
ul,
203-
ol {
204-
opacity: 0.85;
205-
}
200+
p,
201+
ul,
202+
ol {
203+
opacity: 0.85;
206204
}
207205
}
208206

0 commit comments

Comments
 (0)