subscribe + unsubscribe + edt

This commit is contained in:
trochas
2026-01-10 16:50:53 +01:00
parent c720bc93ff
commit 9aeef08e65
13 changed files with 142 additions and 84 deletions

View File

@@ -8,9 +8,7 @@
--tint5: #373d48;
--text: #FFFFFF;
--text2: #000000;
--accent1: #10b981;
--accent2: #059669;
--disable: #047857;
--disable: #02291d;
--green-primary: #10b981;
--green-secondary: #059669;
--green-dark: #047857;
@@ -28,9 +26,7 @@
--tint5: #c6bab8;
--text: #000000;
--text2: #FFFFFF;
--accent1: #00ce89;
--accent2: #00a571;
--disable: #00825d;
--disable: #02291d;
--green-primary: #00ce89;
--green-secondary: #00a571;
--green-dark: #00825d;
@@ -147,6 +143,7 @@ input[type="number"],
input[type="date"],
input[type="time"],
input[type="search"],
input[type="datetime-local"],
textarea {
background-color: var(--tint2);
color: var(--text);