💚 Removed duplicate css property

This commit is contained in:
Alicia Sykes 2021-09-28 20:59:22 +01:00
parent 7623ea575e
commit 52fef039ca

View File

@ -81,8 +81,8 @@ main.not-found-page {
color: #0c0c0c;
margin: 2rem 0 0;
text-decoration: none;
background: #db78fc;
box-shadow: 0 4px #b83ddd;
background: #db78fc; box-shadow: 0 4px #b83ddd;
&:hover { box-shadow: 0 2px #b83ddd; }
}
::selection { background-color: #db78fc; color: #121212; }