add custom css to change admonitions background colors
This commit is contained in:
File diff suppressed because one or more lines are too long
14
docs/_static/custom.css
vendored
Normal file
14
docs/_static/custom.css
vendored
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user