Skip to content

Commit

Permalink
fix: footnote styles, backlink jump (shuding#2104)
Browse files Browse the repository at this point in the history
Co-authored-by: Dimitri POSTOLOV <en3m@ya.ru>
Co-authored-by: Dimitri POSTOLOV <dmytropostolov@gmail.com>
  • Loading branch information
3 people committed Aug 19, 2023
1 parent 3e671a1 commit 778b13f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions styles/subheading-anchor.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
.subheading-anchor {
@apply nx-opacity-0 nx-transition-opacity ltr:nx-ml-1 rtl:nx-mr-1;

span:target + &,
:hover > &,
&:focus {
@apply nx-opacity-100;
}

span + &,
:hover > & {
@apply !nx-no-underline;
}

&:after {
@apply nx-content-['#'] nx-px-1;
@apply nx-text-gray-300 dark:nx-text-neutral-700;
Expand Down

0 comments on commit 778b13f

Please sign in to comment.