Dodanie title 2/2, Poprawki w ładowaniu map Google, poprwka w linach modal dla title
This commit is contained in:
@@ -84,6 +84,11 @@
|
||||
}
|
||||
|
||||
/* Textarea */
|
||||
textarea.fuz-input {
|
||||
/* textarea.fuz-input {
|
||||
resize: none;
|
||||
}
|
||||
} */
|
||||
|
||||
.fuz-link {
|
||||
color: var(--fuz-accent);
|
||||
transition: color 0.2s ease;
|
||||
}
|
||||
@@ -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 {
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user