Unified the size of headers and sb-line-headers (#972)

* Unified the size of headers and sb-line-headers
pull/974/head
Ross 2024-07-23 12:10:36 -07:00 committed by GitHub
parent 835e9e3b3e
commit 7fa1aabf3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 7 deletions

View File

@ -32,21 +32,21 @@
background-color: var(--editor-directive-background-color); background-color: var(--editor-directive-background-color);
} }
.sb-line-h1 { .sb-line-h1, h1 {
font-size: 1.5em; font-size: 1.5em;
} }
.sb-line-h2 { .sb-line-h2, h2 {
font-size: 1.2em; font-size: 1.2em;
} }
.sb-line-h3 { .sb-line-h3, h3 {
font-size: 1.1em; font-size: 1.1em;
} }
.sb-line-h4, .sb-line-h4, h4,
.sb-line-h5, .sb-line-h5, h5,
.sb-line-h6 { .sb-line-h6, h6 {
font-size: 1em; font-size: 1em;
} }