mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
decrease h1-h6 font size
This commit is contained in:
@@ -115,6 +115,30 @@ h1, h2, h3, h4, h5, h6 {
|
||||
margin-block-end: 0.5em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.17em;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 0.83em;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 0.67em;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 0.5em;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #118bee;
|
||||
text-decoration: none;
|
||||
|
||||
@@ -152,6 +152,13 @@ h1,h2,h3,h4,h5,h6 {
|
||||
margin-block-end: 0.5em;
|
||||
}
|
||||
|
||||
h1 { font-size: 1.5em; }
|
||||
h2 { font-size: 1.17em; }
|
||||
h3 { font-size: 1em; }
|
||||
h4 { font-size: 0.83em; }
|
||||
h5 { font-size: 0.67em; }
|
||||
h6 { font-size: 0.50em; }
|
||||
|
||||
a {
|
||||
color: $link;
|
||||
text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user