亮色:保存应用时使通知背景色跟随主色调

This commit is contained in:
Bard 2024-12-23 22:50:17 +08:00 committed by GitHub
parent 20e2e3dbaf
commit 4e69173ad8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -911,6 +911,7 @@ div[style="width:100%;height:300px;border:1px solid #000;background:#fff"] {
.notice {
background-color: #11cdef !important;
background-color: var(--primary) !important;
color: #fff
}