@delt/claude-alarm 0.3.8 → 0.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -374,9 +374,9 @@
|
|
|
374
374
|
.notif-header h2 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-dim); padding: 0; }
|
|
375
375
|
.notif-clear-all {
|
|
376
376
|
background: none;
|
|
377
|
-
border: 1px solid var(--
|
|
377
|
+
border: 1px solid var(--accent);
|
|
378
378
|
border-radius: 4px;
|
|
379
|
-
color: var(--
|
|
379
|
+
color: var(--accent);
|
|
380
380
|
cursor: pointer;
|
|
381
381
|
font-size: 11px;
|
|
382
382
|
padding: 2px 8px;
|
package/package.json
CHANGED
package/src/dashboard/index.html
CHANGED
|
@@ -374,9 +374,9 @@
|
|
|
374
374
|
.notif-header h2 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-dim); padding: 0; }
|
|
375
375
|
.notif-clear-all {
|
|
376
376
|
background: none;
|
|
377
|
-
border: 1px solid var(--
|
|
377
|
+
border: 1px solid var(--accent);
|
|
378
378
|
border-radius: 4px;
|
|
379
|
-
color: var(--
|
|
379
|
+
color: var(--accent);
|
|
380
380
|
cursor: pointer;
|
|
381
381
|
font-size: 11px;
|
|
382
382
|
padding: 2px 8px;
|