diff --git a/style.css b/style.css index da124d4..15b6e98 100644 --- a/style.css +++ b/style.css @@ -3319,7 +3319,14 @@ html.darkmode .fabtn { } html.darkmode .fabtn:hover { - background: var(--color-border-on-foreground-deeper) !important; + color: #fff !important; + background-color: var(--themecolor) !important; +} + +/* 侧边栏遮罩 */ +#sidebar_mask { + display: none; + opacity: 0; } .blog-setting-item {