Keep white glow for amber text
This commit is contained in:
@@ -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 === */
|
||||
|
||||
Reference in New Issue
Block a user