add custom css to change admonitions background colors
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+14
@@ -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