mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
Remove the text-shadows that make the text look blurry
This commit is contained in:
parent
8f8856b767
commit
d2cecca297
@ -639,7 +639,6 @@ html, body {
|
|||||||
padding: 0 28px;
|
padding: 0 28px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: block;
|
display: block;
|
||||||
text-shadow: 0px 1px 0px #fff
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content > ul, .content > ol {
|
.content > ul, .content > ol {
|
||||||
@ -761,7 +760,6 @@ html, body {
|
|||||||
.content aside {
|
.content aside {
|
||||||
padding-top: 1em;
|
padding-top: 1em;
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
text-shadow: 0 1px 0 #c6dde9;
|
|
||||||
margin-top: 1.5em;
|
margin-top: 1.5em;
|
||||||
margin-bottom: 1.5em;
|
margin-bottom: 1.5em;
|
||||||
background: #8fbcd4;
|
background: #8fbcd4;
|
||||||
@ -770,12 +768,10 @@ html, body {
|
|||||||
|
|
||||||
.content aside.warning {
|
.content aside.warning {
|
||||||
background-color: #c97a7e;
|
background-color: #c97a7e;
|
||||||
text-shadow: 0 1px 0 #dfb0b3
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content aside.success {
|
.content aside.success {
|
||||||
background-color: #6ac174;
|
background-color: #6ac174;
|
||||||
text-shadow: 0 1px 0 #a0d7a6
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content aside:before {
|
.content aside:before {
|
||||||
@ -789,7 +785,6 @@ html, body {
|
|||||||
margin: -2px;
|
margin: -2px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border: 1px solid #F7E633;
|
border: 1px solid #F7E633;
|
||||||
text-shadow: 1px 1px 0 #666;
|
|
||||||
background: linear-gradient(to top left, #f7e633 0%, #f1d32f 100%)
|
background: linear-gradient(to top left, #f7e633 0%, #f1d32f 100%)
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -803,7 +798,6 @@ html, body {
|
|||||||
float: right;
|
float: right;
|
||||||
clear: right;
|
clear: right;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content pre > p, .content blockquote > p {
|
.content pre > p, .content blockquote > p {
|
||||||
@ -911,4 +905,4 @@ svg {
|
|||||||
|
|
||||||
.content {
|
.content {
|
||||||
background: #FFF;
|
background: #FFF;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user