Skip to content

Commit

Permalink
final? style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
drammock committed Aug 5, 2023
1 parent 8aea24b commit 79d873e
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
font-family: inherit !important;
a {
color: var(--pst-color-link) !important;
text-decoration: unset;
text-decoration: underline !important;
@include link-decoration;
@include link-style-hover;
&:hover {
color: var(--pst-color-link-hover);
background-color: var(--pst-color-surface);
color: var(--pst-color-link-hover) !important;
}
}
&.rst-badge {
Expand Down Expand Up @@ -53,10 +53,12 @@
border-style: solid !important;
border-width: 1px !important;
a {
text-decoration: none !important;
background-color: var(--pst-color-surface);
color: var(--pst-color-text-base) !important;
@include link-style-hover;
&:hover {
color: var(--pst-color-link-hover);
color: var(--pst-color-link-hover) !important;
}
}
}
Expand Down

0 comments on commit 79d873e

Please sign in to comment.