fix(image): fix image safeURL bug

This commit is contained in:
Dillon
2020-02-03 20:47:49 +08:00
parent 52c7ad29a6
commit 77d2decf86
9 changed files with 478 additions and 151 deletions

View File

@@ -18,7 +18,7 @@ $global-font-color-dark: #a9a9b3 !default;
// Color of the secondary text
$global-font-secondary-color: #a9a9b3 !default;
$global-font-secondary-color-dark: #87878d !default;
$global-font-secondary-color-dark: #5d5d5f !default;
// Color of the link
$global-link-color: #161209 !default;