diff --git a/Nameless.css b/Nameless.css index 7914ae6..8a18841 100644 --- a/Nameless.css +++ b/Nameless.css @@ -200,7 +200,7 @@ body{ } .top-menu{ /* 菜单背景模糊 */ - backdrop-filter: blur(1rem) !important; + backdrop-filter: blur(8rem) !important; } .user-setting-menu{ @@ -211,6 +211,11 @@ body{ background: transparent !important; /* 去除频道右上角按钮诡异的黑色方块 */ } +.theme-selector-option-bg{ /* 下拉菜单列表 */ + backdrop-filter: blur(1rem); + background-color: var(--background-primary); +} + /* 新消息 */ .left-timer{ background: transparent !important; /* 清除诡异的背景 */