mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
refine default styles about word-break
This commit is contained in:
parent
fbdc5a5406
commit
dba0f27aae
@ -52,7 +52,7 @@ a {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
word-break: break-all;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
@ -98,7 +98,7 @@ pre {
|
|||||||
code {
|
code {
|
||||||
font-family: Consolas, Monaco, Monospace, Courier;
|
font-family: Consolas, Monaco, Monospace, Courier;
|
||||||
color: #98C379;
|
color: #98C379;
|
||||||
word-break: break-all;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre code {
|
pre code {
|
||||||
|
@ -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=14
|
version=15
|
||||||
|
|
||||||
; 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.
|
||||||
|
@ -52,7 +52,7 @@ a {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
word-break: break-all;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
@ -98,7 +98,7 @@ pre {
|
|||||||
code {
|
code {
|
||||||
font-family: Consolas, Monaco, Monospace, Courier;
|
font-family: Consolas, Monaco, Monospace, Courier;
|
||||||
color: #98C379;
|
color: #98C379;
|
||||||
word-break: break-all;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre code {
|
pre code {
|
||||||
|
@ -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=25
|
version=26
|
||||||
|
|
||||||
; 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.
|
||||||
|
@ -51,7 +51,7 @@ a {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
word-break: break-all;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
@ -93,7 +93,7 @@ pre {
|
|||||||
code {
|
code {
|
||||||
font-family: Consolas, Monaco, Monospace, Courier;
|
font-family: Consolas, Monaco, Monospace, Courier;
|
||||||
color: #8E24AA;
|
color: #8E24AA;
|
||||||
word-break: break-all;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre code {
|
pre code {
|
||||||
|
@ -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=23
|
version=24
|
||||||
|
|
||||||
[phony]
|
[phony]
|
||||||
; Abstract color attributes.
|
; Abstract color attributes.
|
||||||
|
@ -52,7 +52,7 @@ a {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
word-break: break-all;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
@ -94,7 +94,7 @@ pre {
|
|||||||
code {
|
code {
|
||||||
font-family: Consolas, Monaco, Monospace, Courier;
|
font-family: Consolas, Monaco, Monospace, Courier;
|
||||||
color: #8E24AA;
|
color: #8E24AA;
|
||||||
word-break: break-all;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre code {
|
pre code {
|
||||||
|
@ -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=26
|
version=27
|
||||||
|
|
||||||
[phony]
|
[phony]
|
||||||
; Abstract color attributes.
|
; Abstract color attributes.
|
||||||
|
@ -110,7 +110,7 @@ a {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
word-break: break-all;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
@ -152,7 +152,7 @@ pre {
|
|||||||
|
|
||||||
code {
|
code {
|
||||||
font-family: Courier, 'Courier New', monospace;
|
font-family: Courier, 'Courier New', monospace;
|
||||||
word-break: break-all;
|
word-break: break-word;
|
||||||
color: #314659;
|
color: #314659;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
@ -7,7 +7,7 @@ mdhl_file=v_simple.mdhl
|
|||||||
css_file=v_simple.css
|
css_file=v_simple.css
|
||||||
codeblock_css_file=v_simple_codeblock.css
|
codeblock_css_file=v_simple_codeblock.css
|
||||||
mermaid_css_file=v_simple_mermaid.css
|
mermaid_css_file=v_simple_mermaid.css
|
||||||
version=26
|
version=27
|
||||||
|
|
||||||
[phony]
|
[phony]
|
||||||
; Abstract color attributes.
|
; Abstract color attributes.
|
||||||
|
@ -446,7 +446,7 @@ plantuml_cmd=
|
|||||||
graphviz_dot=
|
graphviz_dot=
|
||||||
|
|
||||||
; Whether enable copy button in code block
|
; Whether enable copy button in code block
|
||||||
enable_code_block_copy_button=true
|
enable_code_block_copy_button=false
|
||||||
|
|
||||||
[shortcuts]
|
[shortcuts]
|
||||||
; Define shortcuts here, with each item in the form "operation=keysequence".
|
; Define shortcuts here, with each item in the form "operation=keysequence".
|
||||||
|
Loading…
x
Reference in New Issue
Block a user