Skip to content

Commit 0970bc1

Browse files
committed
fix(markdown.css): Delete a:not Link
- and file name change
1 parent 8d08c00 commit 0970bc1

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed

src/content/posts/Interview/Interview-js-closer.md renamed to src/content/posts/Interview/251016-Interview-js-closer.md

File renamed without changes.

src/content/posts/Interview/Interview-react-reflow-repaint.md renamed to src/content/posts/Interview/251017-Interview-react-reflow-repaint.md

File renamed without changes.
File renamed without changes.

src/styles/markdown.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121

2222
a:not(.no-styling) {
23-
@apply relative bg-none link font-medium text-[var(--primary)]
23+
@apply relative bg-none font-medium text-[var(--primary)]
2424
underline decoration-[var(--link-underline)] decoration-1 decoration-dashed underline-offset-4;
2525
box-decoration-break: clone;
2626
-webkit-box-decoration-break: clone;
@@ -29,7 +29,6 @@
2929
&:hover, &:active {
3030
@apply decoration-transparent;
3131
background: var(--btn-plain-bg-hover);
32-
border-bottom: 1px dashed var(--link-hover);
3332
text-decoration: none;
3433
}
3534
}

0 commit comments

Comments
 (0)