mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-23 05:35:07 +02:00
💚 Removed duplicate css property
This commit is contained in:
parent
7623ea575e
commit
52fef039ca
@ -81,8 +81,8 @@ main.not-found-page {
|
|||||||
color: #0c0c0c;
|
color: #0c0c0c;
|
||||||
margin: 2rem 0 0;
|
margin: 2rem 0 0;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
background: #db78fc;
|
||||||
box-shadow: 0 4px #b83ddd;
|
box-shadow: 0 4px #b83ddd;
|
||||||
background: #db78fc; box-shadow: 0 4px #b83ddd;
|
|
||||||
&:hover { box-shadow: 0 2px #b83ddd; }
|
&:hover { box-shadow: 0 2px #b83ddd; }
|
||||||
}
|
}
|
||||||
::selection { background-color: #db78fc; color: #121212; }
|
::selection { background-color: #db78fc; color: #121212; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user