|
944 | 944 | font-size: 0.85rem; |
945 | 945 | font-weight: 500; |
946 | 946 | position: relative; |
| 947 | + opacity: 0.5; |
947 | 948 | } |
948 | 949 |
|
949 | 950 | .theme-option:hover { |
950 | | - background: var(--input-focus-shadow); |
951 | | - color: var(--accent-color); |
| 951 | + opacity: 1; |
952 | 952 | transform: translateY(-1px); |
953 | 953 | } |
954 | 954 |
|
955 | 955 | .theme-option.active { |
956 | | - background: var(--accent-color); |
957 | | - color: var(--text-on-focus); |
958 | | - box-shadow: 0 2px 8px var(--input-focus-shadow); |
959 | | -} |
960 | | - |
961 | | -.theme-option.active:hover { |
962 | | - background: var(--accent-color); |
963 | | - color: var(--text-on-focus); |
964 | | - transform: translateY(-1px); |
| 956 | + opacity: 1; |
965 | 957 | } |
966 | 958 |
|
967 | 959 | .theme-option i { |
|
976 | 968 | letter-spacing: 0.5px; |
977 | 969 | } |
978 | 970 |
|
979 | | -/* Theme specific icons and colors */ |
980 | | -.theme-option[data-theme="auto"] i { |
981 | | - background: linear-gradient(45deg, var(--break-color), var(--long-break-color)); |
982 | | - -webkit-background-clip: text; |
983 | | - -webkit-text-fill-color: transparent; |
984 | | - background-clip: text; |
985 | | -} |
986 | | - |
987 | | -.theme-option[data-theme="light"] i { |
988 | | - color: var(--break-color); |
989 | | -} |
990 | | - |
991 | | -.theme-option[data-theme="dark"] i { |
992 | | - color: var(--shared-text); |
993 | | -} |
994 | | - |
995 | | -.theme-option[data-theme="auto"].active i, |
996 | | -.theme-option[data-theme="light"].active i, |
997 | | -.theme-option[data-theme="dark"].active i { |
998 | | - color: var(--text-on-focus); |
999 | | - -webkit-text-fill-color: var(--text-on-focus); |
1000 | | -} |
1001 | | - |
1002 | 971 | /* Timer Theme Grid Styles */ |
1003 | 972 | .timer-theme-grid { |
1004 | 973 | display: grid; |
|
1188 | 1157 | } |
1189 | 1158 |
|
1190 | 1159 | /* Theme-specific preview styles */ |
1191 | | -.timer-preview-display[data-preview-theme="matrix"] { |
| 1160 | +.timer-preview-display[data-preview-theme="pipboy"] { |
1192 | 1161 | background: #000011 !important; |
1193 | 1162 | border-color: #00ff41 !important; |
1194 | 1163 | font-family: 'Share Tech Mono', monospace !important; |
1195 | 1164 | } |
1196 | 1165 |
|
1197 | | -.timer-preview-display[data-preview-theme="matrix"] .timer-preview-time { |
| 1166 | +.timer-preview-display[data-preview-theme="pipboy"] .timer-preview-time { |
1198 | 1167 | color: #00ff41 !important; |
1199 | 1168 | text-shadow: 0 0 5px #00ff41; |
1200 | 1169 | } |
1201 | 1170 |
|
1202 | | -.timer-preview-display[data-preview-theme="matrix"] .timer-preview-status { |
| 1171 | +.timer-preview-display[data-preview-theme="pipboy"] .timer-preview-status { |
1203 | 1172 | color: #00ff41 !important; |
1204 | 1173 | text-shadow: 0 0 3px #00ff41; |
1205 | 1174 | } |
|
1267 | 1236 | border-color: var(--shared-border); |
1268 | 1237 | } |
1269 | 1238 |
|
1270 | | -[data-theme="dark"] .timer-preview-display[data-preview-theme="matrix"] { |
| 1239 | +[data-theme="dark"] .timer-preview-display[data-preview-theme="pipboy"] { |
1271 | 1240 | background: #000011 !important; |
1272 | 1241 | } |
1273 | 1242 |
|
|
1286 | 1255 | border-color: var(--shared-border); |
1287 | 1256 | } |
1288 | 1257 |
|
1289 | | - [data-theme="auto"] .timer-preview-display[data-preview-theme="matrix"] { |
| 1258 | + [data-theme="auto"] .timer-preview-display[data-preview-theme="pipboy"] { |
1290 | 1259 | background: #000011 !important; |
1291 | 1260 | } |
1292 | 1261 |
|
|
0 commit comments