=doc #16122 improve color of strong elements inside note/warn
This commit is contained in:
parent
0e641ad162
commit
3520438da4
1 changed files with 9 additions and 5 deletions
|
|
@ -135,6 +135,10 @@ strong {color: #0B5567; }
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.admonition strong, .warning strong {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
.topic {
|
.topic {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: #fdf5d9;
|
background-color: #fdf5d9;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue