- 将 ID 选择器 #ember155 替换为类选择器 .regular.ember-view - 保持相同的背景颜色、边框圆角和背景模糊效果 - 提高样式的可重用性和维护性
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@
|
||||
background-color: unset !important;
|
||||
}
|
||||
|
||||
#ember155{
|
||||
.regular.ember-view{
|
||||
background-color: #ffffffa8;
|
||||
border-radius: var(--d-border-radius);
|
||||
backdrop-filter: blur(16px);
|
||||
|
||||
Reference in New Issue
Block a user