Unified the size of headers and sb-line-headers (#972)
* Unified the size of headers and sb-line-headerspull/974/head
parent
835e9e3b3e
commit
7fa1aabf3e
|
@ -32,21 +32,21 @@
|
|||
background-color: var(--editor-directive-background-color);
|
||||
}
|
||||
|
||||
.sb-line-h1 {
|
||||
.sb-line-h1, h1 {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
.sb-line-h2 {
|
||||
.sb-line-h2, h2 {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.sb-line-h3 {
|
||||
.sb-line-h3, h3 {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.sb-line-h4,
|
||||
.sb-line-h5,
|
||||
.sb-line-h6 {
|
||||
.sb-line-h4, h4,
|
||||
.sb-line-h5, h5,
|
||||
.sb-line-h6, h6 {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue