Merge pull request #7 from left4taco/master

Add !important to font-size of code element inside headers.
This commit is contained in:
blinkfox
2018-11-04 22:09:11 +08:00
committed by GitHub

12
vue.css
View File

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