Skip to content

Commit aa88a32

Browse files
committed
CHORE: bugfix for tags page not displaying background color correctly
1 parent 09d8a6d commit aa88a32

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

assets/css/extended/mine.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
body.list,
66
body.page,
7-
body.home {
7+
body.home,
8+
body.taxonomy,
9+
body.term {
810
background-color: var(--code-bg);
911
}
1012

0 commit comments

Comments
 (0)