fix(i): adjust background color and border color for fixed button

This commit is contained in:
Cell
2026-03-02 14:56:09 +08:00
parent 78a994b92b
commit 83a658ba25
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -13,14 +13,14 @@
line-height: 1.5rem;
padding: 0.5rem 0.625rem;
color: fixit-var(secondary);
background-color: darken($header-background-color, 4%);
background-color: darken($header-background-color, 3%);
transition: color 0.4s ease;
@include border-radius(full);
@include blur;
@extend .print-d-none;
[data-theme=dark] & {
background-color: darken($header-background-color-dark, 4%);
background-color: darken($header-background-color-dark, 3%);
}
&:hover,
@@ -66,7 +66,7 @@
.bg {
fill: none;
stroke: fixit-var(global-border-color);
stroke: fixit-var(global-border-color-light);
stroke-width: fixit-var(b2t-stroke);
}
+1 -1
View File
@@ -1,4 +1,4 @@
{{- hugo.Store.Set "version" "v0.4.3-20260302034048-8599d149" -}}
{{- hugo.Store.Set "version" "v0.4.3-20260302065610-78a994b9" -}}
{{- .Store.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}