mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
style: use smaller font size for headings
This commit is contained in:
parent
30a3a6e74a
commit
837fb47d4d
@ -23,25 +23,25 @@ p {
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 26px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
h2 {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
h3 {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
h5 {
|
||||
h4 {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 19px;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
@ -58,12 +58,12 @@ vim-replace-background: 2f3377
|
||||
H1
|
||||
foreground: e0e0e0
|
||||
font-style: bold
|
||||
font-size: +8
|
||||
font-size: +6
|
||||
|
||||
H2
|
||||
foreground: e0e0e0
|
||||
font-style: bold
|
||||
font-size: +6
|
||||
font-size: +5
|
||||
|
||||
H3
|
||||
foreground: e0e0e0
|
||||
@ -73,7 +73,7 @@ font-size: +4
|
||||
H4
|
||||
foreground: e0e0e0
|
||||
font-style: bold
|
||||
font-size: +2
|
||||
font-size: +3
|
||||
|
||||
H5
|
||||
foreground: e0e0e0
|
||||
@ -83,7 +83,7 @@ font-size: +2
|
||||
H6
|
||||
foreground: e0e0e0
|
||||
font-style: bold
|
||||
font-size: +2
|
||||
font-size: +1
|
||||
|
||||
HRULE
|
||||
foreground: dadada
|
||||
|
@ -9,7 +9,7 @@ mdhl_file=v_detorte.mdhl
|
||||
css_file=v_detorte.css
|
||||
codeblock_css_file=v_detorte_codeblock.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
|
||||
; without background. You could just specify the foreground colors mapping here.
|
||||
|
@ -23,25 +23,25 @@ p {
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 26px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
h2 {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
h3 {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
h5 {
|
||||
h4 {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 19px;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
@ -58,12 +58,12 @@ vim-replace-background: 2f3377
|
||||
H1
|
||||
foreground: e06c75
|
||||
font-style: bold
|
||||
font-size: +8
|
||||
font-size: +6
|
||||
|
||||
H2
|
||||
foreground: e06c75
|
||||
font-style: bold
|
||||
font-size: +6
|
||||
font-size: +5
|
||||
|
||||
H3
|
||||
foreground: e06c75
|
||||
@ -73,7 +73,7 @@ font-size: +4
|
||||
H4
|
||||
foreground: e06c75
|
||||
font-style: bold
|
||||
font-size: +2
|
||||
font-size: +3
|
||||
|
||||
H5
|
||||
foreground: e06c75
|
||||
@ -83,7 +83,7 @@ font-size: +2
|
||||
H6
|
||||
foreground: e06c75
|
||||
font-style: bold
|
||||
font-size: +2
|
||||
font-size: +1
|
||||
|
||||
HRULE
|
||||
foreground: abb2bf
|
||||
|
@ -7,7 +7,7 @@ mdhl_file=v_moonlight.mdhl
|
||||
css_file=v_moonlight.css
|
||||
codeblock_css_file=v_moonlight_codeblock.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
|
||||
; without background. You could just specify the foreground colors mapping here.
|
||||
|
@ -22,25 +22,25 @@ p {
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 26px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
h2 {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
h3 {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
h5 {
|
||||
h4 {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 19px;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
@ -48,19 +48,19 @@ vim-insert-background: c5cae9
|
||||
# [VNote] Vim normal mode cursor line background
|
||||
vim-normal-background: e0e0e0
|
||||
# [VNote] Vim visual mode cursor line background
|
||||
vim-visual-background: bbdefb
|
||||
vim-visual-background: d3eafc
|
||||
# [VNote] Vim replace mode cursor line background
|
||||
vim-replace-background: f8bbd0
|
||||
|
||||
H1
|
||||
foreground: 363636
|
||||
font-style: bold
|
||||
font-size: +8
|
||||
font-size: +6
|
||||
|
||||
H2
|
||||
foreground: 363636
|
||||
font-style: bold
|
||||
font-size: +6
|
||||
font-size: +5
|
||||
|
||||
H3
|
||||
foreground: 363636
|
||||
@ -70,7 +70,7 @@ font-size: +4
|
||||
H4
|
||||
foreground: 363636
|
||||
font-style: bold
|
||||
font-size: +2
|
||||
font-size: +3
|
||||
|
||||
H5
|
||||
foreground: 363636
|
||||
@ -80,7 +80,7 @@ font-size: +2
|
||||
H6
|
||||
foreground: 363636
|
||||
font-style: bold
|
||||
font-size: +2
|
||||
font-size: +1
|
||||
|
||||
HRULE
|
||||
foreground: 363636
|
||||
|
@ -7,7 +7,7 @@ mdhl_file=v_native.mdhl
|
||||
css_file=v_native.css
|
||||
codeblock_css_file=v_native_codeblock.css
|
||||
mermaid_css_file=v_native_mermaid.css
|
||||
version=17
|
||||
version=19
|
||||
|
||||
[phony]
|
||||
; Abstract color attributes.
|
||||
|
@ -23,25 +23,25 @@ p {
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 26px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
h2 {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
h3 {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
h5 {
|
||||
h4 {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 19px;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
@ -49,19 +49,19 @@ vim-insert-background: c5cae9
|
||||
# [VNote] Vim normal mode cursor line background
|
||||
vim-normal-background: e0e0e0
|
||||
# [VNote] Vim visual mode cursor line background
|
||||
vim-visual-background: bbdefb
|
||||
vim-visual-background: d3eafc
|
||||
# [VNote] Vim replace mode cursor line background
|
||||
vim-replace-background: f8bbd0
|
||||
|
||||
H1
|
||||
foreground: 222222
|
||||
font-style: bold
|
||||
font-size: +8
|
||||
font-size: +6
|
||||
|
||||
H2
|
||||
foreground: 222222
|
||||
font-style: bold
|
||||
font-size: +6
|
||||
font-size: +5
|
||||
|
||||
H3
|
||||
foreground: 222222
|
||||
@ -71,7 +71,7 @@ font-size: +4
|
||||
H4
|
||||
foreground: 222222
|
||||
font-style: bold
|
||||
font-size: +2
|
||||
font-size: +3
|
||||
|
||||
H5
|
||||
foreground: 222222
|
||||
@ -81,7 +81,7 @@ font-size: +2
|
||||
H6
|
||||
foreground: 222222
|
||||
font-style: bold
|
||||
font-size: +2
|
||||
font-size: +1
|
||||
|
||||
HRULE
|
||||
foreground: 222222
|
||||
|
@ -7,7 +7,7 @@ mdhl_file=v_pure.mdhl
|
||||
css_file=v_pure.css
|
||||
codeblock_css_file=v_pure_codeblock.css
|
||||
mermaid_css_file=v_pure_mermaid.css
|
||||
version=18
|
||||
version=20
|
||||
|
||||
[phony]
|
||||
; Abstract color attributes.
|
||||
|
Loading…
x
Reference in New Issue
Block a user