dms shell

This commit is contained in:
2025-10-03 13:57:32 +01:00
parent 127586a6a2
commit 8a1e40c3d0
19 changed files with 428 additions and 156 deletions
+3 -3
View File
@@ -10,9 +10,9 @@
@define-color noti-close-bg alpha(darker(@background), 0.3);
@define-color noti-close-bg-hover alpha(darker(@background), 0.5);
@define-color noti-bg-opaque rgb(48, 48, 48);
@define-color noti-bg-darker rgb(38, 38, 38);
@define-color noti-bg-focus rgba(68, 68, 68, 0.6);
@define-color noti-bg-opaque rgb(48, 48, 48, 0.5);
@define-color noti-bg-darker rgb(38, 38, 38, 0.5);
@define-color noti-bg-focus rgba(68, 68, 68, 0.2);
.notification-row {
outline: none;