🎨 Style: add global logo color

This commit is contained in:
Cell
2022-01-09 04:46:57 +08:00
parent df364a6d84
commit 96d551ffd3
3 changed files with 8 additions and 1 deletions
+4
View File
@@ -60,3 +60,7 @@ body {
img {
@include object-fit(contain);
}
i.logo .fa-ban {
color: $global-logo-color;
}
+3
View File
@@ -9,6 +9,9 @@ $global-font-size: 16px;
$global-font-weight: 400;
$global-line-height: 1.5rem;
// Colore of the theme logo
$global-logo-color: Tomato !default;
// Color of the background
$global-background-color: #fff !default;
$global-background-color-dark: #292a2d !default;
+1 -1
View File
@@ -669,7 +669,7 @@ enableEmoji = true
name = "FixIt"
# you can add extra information before the name (HTML format is supported), such as icons
# 你可以在名称 (允许 HTML 格式) 之前添加其他信息, 例如图标
pre = "<i class='far fa-kiss-wink-heart fa-fw'></i>"
pre = '<i class="fa-stack fa-xs logo"><i class="fas fa-bug fa-stack-1x"></i><i class="fas fa-ban fa-stack-2x"></i></i>'
# you can add extra information after the name (HTML format is supported), such as icons
# 你可以在名称 (允许 HTML 格式) 之后添加其他信息, 例如图标
post = ""