diff --git a/assets/style.css b/assets/style.css index fc642c4..2f0b80e 100644 --- a/assets/style.css +++ b/assets/style.css @@ -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 === */