Skip to content

Commit

Permalink
Adjust style
Browse files Browse the repository at this point in the history
  • Loading branch information
Techassi committed Jan 8, 2024
1 parent 424931b commit 075c682
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/css/admonition.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
box-shadow: none;
}

/* Change color of the "important" admonition back to the default red */
& td.icon i.icon-important {
background-color: #e40046;
}

/* Don't use uppercase for captions */
& .icon {
text-transform: none;
}
}

/* Change color of the "important" admonition back to the default red */
.doc .admonitionblock.code-rule.warning .icon {
background-color: #e40046;
}

0 comments on commit 075c682

Please sign in to comment.