Skip to content

Commit 619c558

Browse files
committed
chore: lint
1 parent 0ad0650 commit 619c558

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles/prose.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
--un-prose-links: #00dc82;
33
}
44

5-
.prose :where(p,ul,ol,pre):not(:where(.not-prose,.not-prose *)) {
5+
.prose :where(p, ul, ol, pre):not(:where(.not-prose, .not-prose *)) {
66
line-height: 2rem;
77
}
88

@@ -49,7 +49,7 @@
4949
}
5050

5151
.prose :where(a:has(> code)):not(:where(.not-prose, .not-prose *)) {
52-
text-decoration: none !important
52+
text-decoration: none !important;
5353
}
5454

5555
.prose :where(:not(pre) > code):not(:where(.not-prose, .not-prose *))::before,

0 commit comments

Comments
 (0)