- 为.regular.ember-view, .user-main, .reviewable, .admin-content类添加背景样式 - 统一应用白色半透明背景、圆角和模糊效果 - 替换原有的.container选择器为更通用的页面容器类名
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@
|
||||
background-color: unset !important;
|
||||
}
|
||||
|
||||
.regular.ember-view, .container{
|
||||
.regular.ember-view, .user-main, .reviewable, .admin-content{
|
||||
background-color: #ffffffa8 !important;
|
||||
border-radius: var(--d-border-radius);
|
||||
backdrop-filter: blur(16px);
|
||||
|
||||
Reference in New Issue
Block a user