Skip to content

Commit e04651c

Browse files
committed
Update spinner colors for dark theme
Adjusted spinner frame, core, and glow colors in dark theme to improve visibility, especially for elements like the letter 'P'.
1 parent c380ff3 commit e04651c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

style.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ body[data-theme="dark"] {
2828
--control-shadow-dark: rgba(0, 0, 0, 0.5);
2929
--control-shadow-light: rgba(255, 255, 255, 0.15);
3030
--icon-color: #f4f4f4;
31-
--spinner-core-color: rgba(255, 255, 255, 0.9);
32-
--spinner-core-glow: rgba(255, 255, 255, 0.3);
31+
/* 确保 spinner 的框架在深色主题下可见(用于显示字母 P 等元素) */
32+
--spinner-frame-color: #f4f4f4;
33+
--spinner-core-color: rgba(5, 5, 5, 0.95);
34+
--spinner-core-glow: rgba(5, 5, 5, 0.45);
3335
background-color: #050505;
3436
color: #f4f4f4;
3537
}

0 commit comments

Comments
 (0)