refine default styles about word-break

This commit is contained in:
Le Tan 2019-11-19 21:29:08 +08:00
parent fbdc5a5406
commit dba0f27aae
11 changed files with 16 additions and 16 deletions

View File

@ -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 {

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=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.

View File

@ -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 {

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=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.

View File

@ -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 {

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=23 version=24
[phony] [phony]
; Abstract color attributes. ; Abstract color attributes.

View File

@ -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 {

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=26 version=27
[phony] [phony]
; Abstract color attributes. ; Abstract color attributes.

View File

@ -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;

View File

@ -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.

View File

@ -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".