Skip to content

Commit bb5d0c5

Browse files
committed
feat: update PipBoy theme colors and add glow effects for timer states
1 parent c91eab7 commit bb5d0c5

File tree

3 files changed

+300
-23
lines changed

3 files changed

+300
-23
lines changed

src/styles/sidebar.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118

119119
.sidebar.break .sidebar-icon.active {
120120
background: var(--break-primary-btn);
121-
color: var(--break-timer-color);
121+
color: #000;
122122
box-shadow: 0 4px 16px color-mix(in srgb, var(--break-timer-color) 30%, transparent);
123123
}
124124

@@ -135,7 +135,7 @@
135135

136136
.sidebar.longBreak .sidebar-icon.active {
137137
background: var(--long-break-primary-btn);
138-
color: var(--long-break-timer-color);
138+
color: #000;
139139
box-shadow: 0 4px 16px color-mix(in srgb, var(--long-break-timer-color) 30%, transparent);
140140
}
141141

0 commit comments

Comments
 (0)