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

@@ -60,6 +60,19 @@
visibility: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold;
.dark-theme & {
font-weight: bolder;
}
}
h2,
h3,
h4,

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;