=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

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