Keep white glow for amber text

This commit is contained in:
2026-04-13 09:47:11 +02:00
parent 2121bb686e
commit 613ada1f84

View File

@@ -48,12 +48,10 @@ body::after {
/* === Links === */
a {
color: #ffb300;
text-shadow: 0 0 5px #b37800;
text-decoration: none;
}
a:hover {
color: #ffd54f;
text-shadow: 0 0 8px #ffb300;
}
/* === Header === */
@@ -102,7 +100,6 @@ header {
}
.edit-btn:hover {
color: #ffd54f;
text-shadow: 0 0 8px #ffb300;
}
/* === Main === */
@@ -326,7 +323,6 @@ textarea:focus {
}
.btn-save:hover {
color: #ffd54f;
text-shadow: 0 0 8px #ffb300;
}
.btn-cancel {
@@ -347,7 +343,6 @@ textarea:focus {
}
.btn-cancel:hover {
color: #ffb300;
text-shadow: 0 0 8px #b37800;
}
/* === Empty state === */