mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
feat: update css
This commit is contained in:
parent
7ce1546d84
commit
eaf57ff6e9
@ -155,7 +155,7 @@ section {
|
|||||||
|
|
||||||
.code-snippet__fix {
|
.code-snippet__fix {
|
||||||
word-wrap: break-word !important;
|
word-wrap: break-word !important;
|
||||||
ont-size: 14px;
|
font-size: 14px;
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
color: #333;
|
color: #333;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -114,10 +114,10 @@ let defaultTheme = {
|
|||||||
'border-radius': '4px',
|
'border-radius': '4px',
|
||||||
},
|
},
|
||||||
link: {
|
link: {
|
||||||
'color': '#009926'
|
'color': '#576b95'
|
||||||
},
|
},
|
||||||
wx_link: {
|
wx_link: {
|
||||||
'color': '#0080ff',
|
'color': '#576b95',
|
||||||
'text-decoration': 'none',
|
'text-decoration': 'none',
|
||||||
'border-bottom': '1px solid #d1e9ff'
|
'border-bottom': '1px solid #d1e9ff'
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user