Skip to content

Commit

Permalink
Docs: Some CSS work
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardKenzie committed Sep 20, 2024
1 parent c2e301d commit 55824f6
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
--rosewater: #f2d5cf;
--flamingo: #eebebe;
--pink: #f4b8e4;
--mauve: #ca9ee6;
--mauve: hsl(277, 59%, 76%);
--red: #e78284;
--peach: #ef9f76;
--maroon: #ea999c;
Expand All @@ -47,13 +47,29 @@
--property: var(--green);
--attribute: var(--green);

--links: var(--peach);
--links: hsl(277, 49%, 65%);;
}

a:visited {
color: var(--links);
}

div.sphinxsidebarwrapper p.blurb {
text-align: center;
}

div.sphinxsidebarwrapper code.xref.py-class:hover {
background-color: initial;
}

div.sphinxsidebar a:hover code {
background-color: inherit;
}

div.sphinxsidebar code {
color: inherit;
}

img {
border-radius: .5rem;
}
Expand Down

0 comments on commit 55824f6

Please sign in to comment.