Skip to content

Commit

Permalink
Sphinx-Design card header styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Sep 30, 2024
1 parent 8b2a882 commit 4028504
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/_static/css/override.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,13 @@ section > p,
padding-left: 0;
padding-right: 0;
}

.sd-card-header {
background-color: #EEEEEE;
font-size: larger;
font-weight: 700;
}

.sd-card-body > p {
text-align: justify
}

0 comments on commit 4028504

Please sign in to comment.