Add !important to font-size of code element inside headers.

This commit is contained in:
Hao Peng 2018-10-31 23:34:21 -07:00
parent 4fdd792149
commit d8fae1925f

12
vue.css
View File

@ -332,32 +332,32 @@ h6:hover a.anchor {
h1 tt,
h1 code {
font-size: inherit;
font-size: inherit !important;
}
h2 tt,
h2 code {
font-size: inherit;
font-size: inherit !important;
}
h3 tt,
h3 code {
font-size: inherit;
font-size: inherit !important;
}
h4 tt,
h4 code {
font-size: inherit;
font-size: inherit !important;
}
h5 tt,
h5 code {
font-size: inherit;
font-size: inherit !important;
}
h6 tt,
h6 code {
font-size: inherit;
font-size: inherit !important;
}
h2 a,