Keep white glow for amber text
This commit is contained in:
@@ -48,12 +48,10 @@ body::after {
|
|||||||
/* === Links === */
|
/* === Links === */
|
||||||
a {
|
a {
|
||||||
color: #ffb300;
|
color: #ffb300;
|
||||||
text-shadow: 0 0 5px #b37800;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #ffd54f;
|
color: #ffd54f;
|
||||||
text-shadow: 0 0 8px #ffb300;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* === Header === */
|
/* === Header === */
|
||||||
@@ -102,7 +100,6 @@ header {
|
|||||||
}
|
}
|
||||||
.edit-btn:hover {
|
.edit-btn:hover {
|
||||||
color: #ffd54f;
|
color: #ffd54f;
|
||||||
text-shadow: 0 0 8px #ffb300;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* === Main === */
|
/* === Main === */
|
||||||
@@ -326,7 +323,6 @@ textarea:focus {
|
|||||||
}
|
}
|
||||||
.btn-save:hover {
|
.btn-save:hover {
|
||||||
color: #ffd54f;
|
color: #ffd54f;
|
||||||
text-shadow: 0 0 8px #ffb300;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-cancel {
|
.btn-cancel {
|
||||||
@@ -347,7 +343,6 @@ textarea:focus {
|
|||||||
}
|
}
|
||||||
.btn-cancel:hover {
|
.btn-cancel:hover {
|
||||||
color: #ffb300;
|
color: #ffb300;
|
||||||
text-shadow: 0 0 8px #b37800;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* === Empty state === */
|
/* === Empty state === */
|
||||||
|
|||||||
Reference in New Issue
Block a user