fix(style): link color and wrap style (#283)

This commit is contained in:
Dillon
2020-04-29 16:36:23 +08:00
committed by GitHub
parent fa4c567ac4
commit 4f9658243e
9 changed files with 16 additions and 20 deletions

View File

@@ -3,6 +3,7 @@ code {
max-width: 100%;
padding: 0 .4rem;
@include overflow-wrap(break-word);
@include line-break(anywhere);
font-size: $code-font-size;
font-family: $code-font-family;
color: $code-color;