fix: lints
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 3m4s
CI / Lint & Test (pull_request) Failing after 8m43s
CI / Build Linux (pull_request) Has been skipped
CI / Build Windows (cross-compile) (pull_request) Has been skipped

This commit is contained in:
2026-01-29 17:23:40 -08:00
parent 23519c0502
commit f9cb13f53f
11 changed files with 187 additions and 149 deletions
+11 -11
View File
@@ -5,21 +5,21 @@
font-weight: 400;
/* Witchy Purple Rose Palette */
--witch-purple: #2B1B3D;
--witch-plum: #44275A;
--witch-rose: #A8577E;
--witch-mauve: #D4A5C7;
--witch-lavender: #E8D5E8;
--witch-black: #0A0009;
--witch-silver: #C0C0C0;
--witch-moon: #F5F5F5;
--witch-purple: #2b1b3d;
--witch-plum: #44275a;
--witch-rose: #a8577e;
--witch-mauve: #d4a5c7;
--witch-lavender: #e8d5e8;
--witch-black: #0a0009;
--witch-silver: #c0c0c0;
--witch-moon: #f5f5f5;
--witch-shadow: rgba(10, 0, 9, 0.7);
/* Theme mappings */
--primary-color: var(--witch-rose);
--primary-hover: var(--witch-plum);
--secondary-color: var(--witch-mauve);
--danger-color: #D4658E;
--danger-color: #d4658e;
--bg-color: var(--witch-black);
--surface-color: var(--witch-purple);
--text-color: var(--witch-moon);
@@ -156,7 +156,7 @@ body {
}
.record-button.recording:hover {
background-color: #B94A6D;
background-color: #b94a6d;
}
.recording-indicator {
@@ -514,7 +514,7 @@ body {
flex: 1;
overflow-y: auto;
padding: 0.5rem 1rem;
font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
font-family: "Consolas", "Monaco", "Courier New", monospace;
font-size: 0.75rem;
background-color: var(--witch-black);
color: var(--witch-silver);