=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
|
|
@ -128,11 +128,15 @@ strong {color: #0B5567; }
|
|||
text-decoration: underline;
|
||||
}
|
||||
.admonition p.admonition-title {
|
||||
color: #ffffff;
|
||||
margin-bottom: 6px;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
line-height: 20px;
|
||||
color: #ffffff;
|
||||
margin-bottom: 6px;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.admonition strong, .warning strong {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.topic {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue