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
commit d98b911d07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,