Skip to content

Commit

Permalink
updated css
Browse files Browse the repository at this point in the history
  • Loading branch information
Silas Gyger committed Jun 13, 2023
1 parent e124be7 commit 4c7dfd9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@ div.wy-nav-content {
;
}

div.wy-nav-content a {
div.wy-nav-content a,
.std.std-ref {
color: var(--blue);
}

Expand Down Expand Up @@ -339,10 +340,11 @@ a.fa.fa-github {
color: var(--textColour);
}

p {
p,
.rst-content .toc-backref {
color: var(--grey9);
}

.rst-content .toc-backref

ul li a {
color: var(--textColour);
Expand Down Expand Up @@ -385,4 +387,4 @@ pre,
box-shadow: 0px 2px 5px black;
margin-bottom: 20px;
margin-top: 40px;
}
}

0 comments on commit 4c7dfd9

Please sign in to comment.