Skip to content

Commit

Permalink
Add styling for the admonition.note
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Sep 25, 2024
1 parent a78995e commit 7abdc64
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions doc/_themes/overview/static/overview.css
Original file line number Diff line number Diff line change
Expand Up @@ -376,10 +376,21 @@ img.align-center, .figure.align-center, object.align-center {
div.document {
background-color: white;
text-align: left;
//background-image: none;
// background-repeat: repeat-x;
/* background-image: none;
background-repeat: repeat-x;*/
}

div.related {
text-align: center;
}

.admonition.note {
background-color: #f5f5f5;
border-left: 4px solid #007BFF;
padding: 10px;
margin: 10px 0;
}

.admonition-title {
font-weight: bold;
}

0 comments on commit 7abdc64

Please sign in to comment.