mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-19 06:51:41 +03:00
💚 Removed duplicate css property
This commit is contained in:
parent
7623ea575e
commit
52fef039ca
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user