Dodanie title 2/2, Poprawki w ładowaniu map Google, poprwka w linach modal dla title

This commit is contained in:
dm
2025-11-23 07:11:17 +01:00
parent e4f47a06a0
commit 65d16575f2
25 changed files with 259 additions and 153 deletions

View File

@@ -84,6 +84,11 @@
}
/* Textarea */
textarea.fuz-input {
/* textarea.fuz-input {
resize: none;
}
} */
.fuz-link {
color: var(--fuz-accent);
transition: color 0.2s ease;
}

View File

@@ -33,6 +33,13 @@
color: var(--fuz-text);
}
.fuz-rodo a {
color: var(--fuz-accent); /* Twój kolor linków */
}
.fuz-rodo a:hover {
color: var(--fuz-accent-hover); /* jeśli masz globalne zmienne */
}
/* --- TOAST --- */
.fuz-toast {

View File

@@ -2,8 +2,10 @@
--fuz-bg: #ffffff;
--fuz-text: #1a1a1a;
--fuz-accent: #0066ff;
--fuz-accent: #0094ff;
--fuz-accent-hover: #9e133d;
--fuz-accent-text: #ffffff;
/* Buttons */
--btn-bg: var(--fuz-accent);
@@ -21,8 +23,11 @@
--fuz-text: #e6edf3;
--fuz-bg: #0d1117;
--fuz-accent: #58a6ff;
--fuz-accent-hover: #9e133d;
--fuz-accent-text: #0d1117;
/* Buttons */
--btn-bg: var(--fuz-accent);
--btn-text: var(--fuz-accent-text);