Skip to content

Commit

Permalink
Updated styling and template
Browse files Browse the repository at this point in the history
  • Loading branch information
evildmp committed Feb 18, 2022
1 parent 16b09dc commit 0d0078c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 7 additions & 2 deletions _static/diataxis.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,13 @@ hr.docutils {background-color: #FF9300;}
.attribution {margin: 0 10% 3em 10%; font-size: large; padding-bottom: 1em; border-bottom: 1px solid #FF9300;}


div.sidebar-contact h2 {color: gray; font-size: 110%;}
div.sidebar-contact h2 {color: gray; font-size: 110%; padding-left: 1.2rem; color: #FF9300;}
div.sidebar-contact ul {color: gray; font-size: 87.5%; list-style: none;}
div.sidebar-contact li {padding-bottom: 1rem;}
div.sidebar-contact a {text-decoration: none;}
div.sidebar-contact a {text-decoration: none; color: gray;}
div.sidebar-contact a:hover {color: #FF9300;}

div.sidebar-tree .toctree-l1>.reference {color: gray;}
div.sidebar-tree .toctree-l1>.reference:hover {color: #FF9300;}

.toctree-checkbox~label .icon svg {color: #FF9300;}
1 change: 0 additions & 1 deletion _templates/sidebar/contact.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<div class="sidebar-contact">
<h2>{{ _("Contact") }}</h2>

Expand Down

0 comments on commit 0d0078c

Please sign in to comment.