feat: refactor css style and rm useless style

This commit is contained in:
Dillon
2022-05-15 15:15:38 +08:00
parent aa834e89af
commit de88a28db7
13 changed files with 55 additions and 43 deletions

View File

@@ -67,7 +67,7 @@ code, pre, .highlight table, .highlight tr, .highlight td {
align-items: center;
box-sizing: border-box;
width: 100%;
font-family: $global-font-family;
font-family: var(--global-font-family);
font-weight: bold;
color: $code-info-color;
background: darken($code-background-color, 8%);