Some design changes

This commit is contained in:
Micah Lee 2020-08-25 15:29:39 -07:00
parent 562ceaa018
commit 5b1cbe989e
3 changed files with 19 additions and 4 deletions

View file

@ -4,4 +4,14 @@
.wy-side-nav-search {
background-color: #5f0f5f;
}
.wy-nav-content a:link,
.wy-nav-content a:visited {
color: #2980b9;
}
.wy-nav-content a:active,
.wy-nav-content a:hover {
color: #3091d1;
}