Skip to content

Commit

Permalink
Try using theme colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed May 18, 2024
1 parent 0cab1bd commit 35e99d9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/rtd.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,24 @@ div.ethical-footer {
.ethical-footer {
padding: 0.5em;
margin: 1em 0;

// Remove the border and box-shadow.
border: none
box-shadow: none
// Manage the background colors.
background: var(--sidebar-bg)
&:hover
background: var(--sidebar-active)
a
color: var(--sidebar-fg)
}
.ethical-sidebar img,
.ethical-footer img {
width: 120px;
height: 90px;
display: inline-block;
}

.ethical-sidebar .ethical-callout,
.ethical-footer .ethical-callout {
padding-top: 1em;
Expand Down

0 comments on commit 35e99d9

Please sign in to comment.