Skip to content

Commit

Permalink
Landing page refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
maebert committed Jul 10, 2019
1 parent f60149b commit 4ceb0ec
Show file tree
Hide file tree
Showing 5 changed files with 139 additions and 346 deletions.
9 changes: 5 additions & 4 deletions docs/assets/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
/* ------------------------------------------------------------ */

:root {
--sidebar: #47375d;
--sidebar-dark: #47375d;
--sidebar: #604385;
--sidebar-dark: #604385;
--off-white: rgba(255,255,255,.7);
}

Expand Down Expand Up @@ -93,7 +93,7 @@ a.icon-home:before {
border-right: 1em solid white;
}

.rst-versions, .rst-versions .rst-current-version { background: #47375d; }
.rst-versions, .rst-versions .rst-current-version { display: none; }
.wy-menu-vertical span {
color: white !important;
font-size: 1.2em;
Expand All @@ -103,8 +103,9 @@ a.icon-home:before {


.wy-nav-side {
background-image: linear-gradient(0deg, #47375d 0%, #7C5685 100%);
background-image: linear-gradient(211deg, #95699C 0%, #604385 100%);
font-weight: 300 !important;
height: 100%;
}


Expand Down
10 changes: 10 additions & 0 deletions docs/theme/img/jrnl_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4ceb0ec

Please sign in to comment.