mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
🎨 Style: add global logo color
This commit is contained in:
@@ -60,3 +60,7 @@ body {
|
||||
img {
|
||||
@include object-fit(contain);
|
||||
}
|
||||
|
||||
i.logo .fa-ban {
|
||||
color: $global-logo-color;
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user