Skip to content

Commit

Permalink
Reduce contrast between sig and code headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Dec 21, 2024
1 parent fc7be2e commit 45367a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
--color-primary--dark: rgba(255, 255, 255, 0.8);
--color-primary-dim--dark: rgba(255, 255, 255, 0.7);
--color-background--dark: #15151c;
--color-background-dim--dark: #1a1a23;
--color-background-dim--dark: #1a1a2390;
--color-accent--dark: #dcb5f3;
--color-links--dark: #889ad9;
--color-header-back--dark: #1a1a23;
Expand Down Expand Up @@ -246,6 +246,7 @@ body.theme-dark {
body.theme-dark {
code {
color: #cb7f90!important;
background-color: var(--color-background-dim--dark);
}

.input-group-text.bg-white {
Expand Down

0 comments on commit 45367a3

Please sign in to comment.