This commit is contained in:
Aaron Carlisle 2024-11-27 17:20:06 +00:00 committed by GitHub
commit db969db6fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -145,6 +145,16 @@
@extend .wy-alert.wy-alert-danger
.warning, .caution, .attention, .admonition-todo
@extend .wy-alert.wy-alert-warning
.seealso
background-color: #e7ebfa
&.admonition-title
background-color: #7a87e6
.important
background-color: #f6f3a5
&.admonition-title
background-color: #ddca3b
// Some people put tables in notes. Let's give them very basic support.
.admonition table
border-color: rgba(0, 0, 0, 0.1)