Skip to content

Commit

Permalink
more styling tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
drammock committed Aug 5, 2023
1 parent 1a91a4c commit 30e9360
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
position: relative !important;
font-family: inherit !important;
a {
color: var(--pst-color-text-base);
color: var(--pst-color-link) !important;
text-decoration: unset;
@include link-style-hover;
&:hover {
Expand Down Expand Up @@ -49,9 +49,10 @@
dd {
border-color: var(--pst-color-border) !important;
border-radius: var(--bs-dropdown-border-radius) !important;
border-style: solid !important;
border-width: 1px !important;
a {
color: unset;
color: var(--pst-color-text-base) !important;
@include link-style-hover;
}
}
Expand Down

0 comments on commit 30e9360

Please sign in to comment.