add custom css to change admonitions background colors

This commit is contained in:
Sam
2019-07-21 10:24:45 +02:00
parent 211b4079e8
commit db531a140b
22 changed files with 51 additions and 1 deletions

File diff suppressed because one or more lines are too long

14
docs/_static/custom.css vendored Normal file
View File

@ -0,0 +1,14 @@
.alert-danger {
background-color: #d9534f;
border-color: transparent;
}
.alert-info {
background-color: #29abe0;
border-color: transparent;
}
.alert-warning {
background-color: #f47c3c;
border-color: transparent;
}