Skip to content

Commit

Permalink
Update theme.css
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhibbitts committed Aug 16, 2023
1 parent 26dc056 commit 656fff9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
}

.markdown-section .badge {
color: --base-background-color;
background-color: --base-color;
color: var(--base-background-color);
background-color: color-mix(in srgb, var(--base-color) 70%, transparent);
display: inline-block;
padding: .25em .4em .25em .4em;
font-family: -apple-system, "Segoe UI", "Helvetica Neue", sans-serif;
Expand All @@ -115,7 +115,7 @@
}

.markdown-section .badge a {
color: --base-background-color!important;
color: var(--base-background-color)!important;
text-decoration: none !important;
}

Expand Down

0 comments on commit 656fff9

Please sign in to comment.