style: use smaller font size for headings

This commit is contained in:
Le Tan 2018-09-18 19:26:54 +08:00
parent 30a3a6e74a
commit 837fb47d4d
12 changed files with 50 additions and 50 deletions

View File

@ -23,25 +23,25 @@ p {
} }
h1 { h1 {
font-size: 30px;
}
h2 {
font-size: 26px; font-size: 26px;
} }
h3 { h2 {
font-size: 24px; font-size: 24px;
} }
h4 { h3 {
font-size: 22px; font-size: 22px;
} }
h5 { h4 {
font-size: 20px; font-size: 20px;
} }
h5 {
font-size: 19px;
}
h6 { h6 {
font-size: 18px; font-size: 18px;
} }

View File

@ -58,12 +58,12 @@ vim-replace-background: 2f3377
H1 H1
foreground: e0e0e0 foreground: e0e0e0
font-style: bold font-style: bold
font-size: +8 font-size: +6
H2 H2
foreground: e0e0e0 foreground: e0e0e0
font-style: bold font-style: bold
font-size: +6 font-size: +5
H3 H3
foreground: e0e0e0 foreground: e0e0e0
@ -73,7 +73,7 @@ font-size: +4
H4 H4
foreground: e0e0e0 foreground: e0e0e0
font-style: bold font-style: bold
font-size: +2 font-size: +3
H5 H5
foreground: e0e0e0 foreground: e0e0e0
@ -83,7 +83,7 @@ font-size: +2
H6 H6
foreground: e0e0e0 foreground: e0e0e0
font-style: bold font-style: bold
font-size: +2 font-size: +1
HRULE HRULE
foreground: dadada foreground: dadada

View File

@ -9,7 +9,7 @@ mdhl_file=v_detorte.mdhl
css_file=v_detorte.css css_file=v_detorte.css
codeblock_css_file=v_detorte_codeblock.css codeblock_css_file=v_detorte_codeblock.css
mermaid_css_file=v_detorte_mermaid.css mermaid_css_file=v_detorte_mermaid.css
version=9 version=10
; This mapping will be used to translate colors when the content of HTML is copied ; This mapping will be used to translate colors when the content of HTML is copied
; without background. You could just specify the foreground colors mapping here. ; without background. You could just specify the foreground colors mapping here.

View File

@ -23,25 +23,25 @@ p {
} }
h1 { h1 {
font-size: 30px;
}
h2 {
font-size: 26px; font-size: 26px;
} }
h3 { h2 {
font-size: 24px; font-size: 24px;
} }
h4 { h3 {
font-size: 22px; font-size: 22px;
} }
h5 { h4 {
font-size: 20px; font-size: 20px;
} }
h5 {
font-size: 19px;
}
h6 { h6 {
font-size: 18px; font-size: 18px;
} }

View File

@ -58,12 +58,12 @@ vim-replace-background: 2f3377
H1 H1
foreground: e06c75 foreground: e06c75
font-style: bold font-style: bold
font-size: +8 font-size: +6
H2 H2
foreground: e06c75 foreground: e06c75
font-style: bold font-style: bold
font-size: +6 font-size: +5
H3 H3
foreground: e06c75 foreground: e06c75
@ -73,7 +73,7 @@ font-size: +4
H4 H4
foreground: e06c75 foreground: e06c75
font-style: bold font-style: bold
font-size: +2 font-size: +3
H5 H5
foreground: e06c75 foreground: e06c75
@ -83,7 +83,7 @@ font-size: +2
H6 H6
foreground: e06c75 foreground: e06c75
font-style: bold font-style: bold
font-size: +2 font-size: +1
HRULE HRULE
foreground: abb2bf foreground: abb2bf

View File

@ -7,7 +7,7 @@ mdhl_file=v_moonlight.mdhl
css_file=v_moonlight.css css_file=v_moonlight.css
codeblock_css_file=v_moonlight_codeblock.css codeblock_css_file=v_moonlight_codeblock.css
mermaid_css_file=v_moonlight_mermaid.css mermaid_css_file=v_moonlight_mermaid.css
version=20 version=21
; This mapping will be used to translate colors when the content of HTML is copied ; This mapping will be used to translate colors when the content of HTML is copied
; without background. You could just specify the foreground colors mapping here. ; without background. You could just specify the foreground colors mapping here.

View File

@ -22,25 +22,25 @@ p {
} }
h1 { h1 {
font-size: 30px;
}
h2 {
font-size: 26px; font-size: 26px;
} }
h3 { h2 {
font-size: 24px; font-size: 24px;
} }
h4 { h3 {
font-size: 22px; font-size: 22px;
} }
h5 { h4 {
font-size: 20px; font-size: 20px;
} }
h5 {
font-size: 19px;
}
h6 { h6 {
font-size: 18px; font-size: 18px;
} }

View File

@ -48,19 +48,19 @@ vim-insert-background: c5cae9
# [VNote] Vim normal mode cursor line background # [VNote] Vim normal mode cursor line background
vim-normal-background: e0e0e0 vim-normal-background: e0e0e0
# [VNote] Vim visual mode cursor line background # [VNote] Vim visual mode cursor line background
vim-visual-background: bbdefb vim-visual-background: d3eafc
# [VNote] Vim replace mode cursor line background # [VNote] Vim replace mode cursor line background
vim-replace-background: f8bbd0 vim-replace-background: f8bbd0
H1 H1
foreground: 363636 foreground: 363636
font-style: bold font-style: bold
font-size: +8 font-size: +6
H2 H2
foreground: 363636 foreground: 363636
font-style: bold font-style: bold
font-size: +6 font-size: +5
H3 H3
foreground: 363636 foreground: 363636
@ -70,7 +70,7 @@ font-size: +4
H4 H4
foreground: 363636 foreground: 363636
font-style: bold font-style: bold
font-size: +2 font-size: +3
H5 H5
foreground: 363636 foreground: 363636
@ -80,7 +80,7 @@ font-size: +2
H6 H6
foreground: 363636 foreground: 363636
font-style: bold font-style: bold
font-size: +2 font-size: +1
HRULE HRULE
foreground: 363636 foreground: 363636

View File

@ -7,7 +7,7 @@ mdhl_file=v_native.mdhl
css_file=v_native.css css_file=v_native.css
codeblock_css_file=v_native_codeblock.css codeblock_css_file=v_native_codeblock.css
mermaid_css_file=v_native_mermaid.css mermaid_css_file=v_native_mermaid.css
version=17 version=19
[phony] [phony]
; Abstract color attributes. ; Abstract color attributes.

View File

@ -23,25 +23,25 @@ p {
} }
h1 { h1 {
font-size: 30px;
}
h2 {
font-size: 26px; font-size: 26px;
} }
h3 { h2 {
font-size: 24px; font-size: 24px;
} }
h4 { h3 {
font-size: 22px; font-size: 22px;
} }
h5 { h4 {
font-size: 20px; font-size: 20px;
} }
h5 {
font-size: 19px;
}
h6 { h6 {
font-size: 18px; font-size: 18px;
} }

View File

@ -49,19 +49,19 @@ vim-insert-background: c5cae9
# [VNote] Vim normal mode cursor line background # [VNote] Vim normal mode cursor line background
vim-normal-background: e0e0e0 vim-normal-background: e0e0e0
# [VNote] Vim visual mode cursor line background # [VNote] Vim visual mode cursor line background
vim-visual-background: bbdefb vim-visual-background: d3eafc
# [VNote] Vim replace mode cursor line background # [VNote] Vim replace mode cursor line background
vim-replace-background: f8bbd0 vim-replace-background: f8bbd0
H1 H1
foreground: 222222 foreground: 222222
font-style: bold font-style: bold
font-size: +8 font-size: +6
H2 H2
foreground: 222222 foreground: 222222
font-style: bold font-style: bold
font-size: +6 font-size: +5
H3 H3
foreground: 222222 foreground: 222222
@ -71,7 +71,7 @@ font-size: +4
H4 H4
foreground: 222222 foreground: 222222
font-style: bold font-style: bold
font-size: +2 font-size: +3
H5 H5
foreground: 222222 foreground: 222222
@ -81,7 +81,7 @@ font-size: +2
H6 H6
foreground: 222222 foreground: 222222
font-style: bold font-style: bold
font-size: +2 font-size: +1
HRULE HRULE
foreground: 222222 foreground: 222222

View File

@ -7,7 +7,7 @@ mdhl_file=v_pure.mdhl
css_file=v_pure.css css_file=v_pure.css
codeblock_css_file=v_pure_codeblock.css codeblock_css_file=v_pure_codeblock.css
mermaid_css_file=v_pure_mermaid.css mermaid_css_file=v_pure_mermaid.css
version=18 version=20
[phony] [phony]
; Abstract color attributes. ; Abstract color attributes.