mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-06-01 14:59:44 +08:00
✨ Feature(custom): add purple theme, update gemini theme
This commit is contained in:
@@ -168,7 +168,7 @@ html, body {
|
||||
}
|
||||
|
||||
input:checked + .switch-slider {
|
||||
background-color: var(--color-accent-hover);
|
||||
background-color: var(--color-accent);
|
||||
}
|
||||
|
||||
input:checked + .switch-slider::before {
|
||||
|
||||
@@ -1221,8 +1221,8 @@ small {
|
||||
border-radius: 12px;
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
color: var(--color-surface);
|
||||
flex-shrink: 0;
|
||||
color: white;
|
||||
background: var(--color-accent);
|
||||
}
|
||||
|
||||
@@ -1608,12 +1608,6 @@ small {
|
||||
|
||||
/* ==================== System Settings Panel ==================== */
|
||||
|
||||
.section-icon-wrapper.window,
|
||||
.section-icon-wrapper.startup,
|
||||
.section-icon-wrapper.language {
|
||||
background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-hover) 100%);
|
||||
}
|
||||
|
||||
/* System Option Grid */
|
||||
.system-option-grid {
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user