feat: update css

This commit is contained in:
yanglbme 2019-11-01 19:27:56 +08:00
parent 7ce1546d84
commit eaf57ff6e9
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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'
}, },