Add padding to more links

This commit is contained in:
Raymond Zhao 2022-03-08 12:02:13 -08:00 committed by GitHub
parent 35c8799cfe
commit e7c2bd2daa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -479,7 +479,7 @@ code.highlighter-rouge a {
font-weight: bold;
}
a h3 {
a h3, h3 a, h4 a {
padding-top: 2px;
padding-bottom: 2px;
}