Skip to content

Commit

Permalink
Update theme_overrides.css
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarfco authored Jul 23, 2019
1 parent 8ea4db8 commit afcb95e
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions doc/source/_static/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,34 @@
}
}

/* Seldon brand updates */
a {
color:#5159ff;
}

.wy-side-nav-search {
background-color: #5159ff;
}

.wy-menu-vertical p.caption {
color: #00ded0;
}

.wy-nav-side {
color: #cccccc;
background: #333333;
}

.rst-versions .rst-current-version {
color:#00ded0;
background:#000000;
}

}

@media screen and (min-width: 1100px) {
.wy-nav-content-wrap {
background: #f2f2f2;
}
}

0 comments on commit afcb95e

Please sign in to comment.