=doc #16122 improve color of strong elements inside note/warn

This commit is contained in:
Konrad Malawski 2015-08-24 23:56:19 +03:00
parent 0e641ad162
commit 3520438da4

View file

@ -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;