Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

Commit

Permalink
添加下拉菜单列表背景模糊
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-L committed Apr 24, 2021
1 parent 8fbd519 commit ddd4dd8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Nameless.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ body{
}

.top-menu{ /* 菜单背景模糊 */
backdrop-filter: blur(1rem) !important;
backdrop-filter: blur(8rem) !important;
}

.user-setting-menu{
Expand All @@ -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; /* 清除诡异的背景 */
Expand Down

0 comments on commit ddd4dd8

Please sign in to comment.