mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
nerf markdown header font sizes -- match github (#388)
This commit is contained in:
@@ -70,21 +70,32 @@
|
||||
outline: 2px solid var(--markdown-outline-color);
|
||||
}
|
||||
|
||||
.title {
|
||||
font-weight: semibold;
|
||||
padding-top: 6px;
|
||||
}
|
||||
|
||||
.title.is-1 {
|
||||
border-bottom: 1px solid #777;
|
||||
padding-bottom: 6px;
|
||||
font-size: 2em;
|
||||
}
|
||||
.title.is-2 {
|
||||
border-bottom: 1px solid #777;
|
||||
padding-bottom: 6px;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
.title.is-3 {
|
||||
font-size: 1.25em;
|
||||
}
|
||||
.title.is-4 {
|
||||
font-size: 1em;
|
||||
}
|
||||
.title.is-5 {
|
||||
font-size: 0.875em;
|
||||
}
|
||||
.title.is-6 {
|
||||
font-size: 0.85em;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user