Add icon select effect (#1085)

borrowed from Windows 93 https://www.windows93.net/
This commit is contained in:
Andrew 2021-04-27 19:39:47 -04:00 committed by GitHub
parent 6e38e2ed34
commit 880787f569
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,10 @@ body {
font-size: 15px;
}
::selection{
background: none;
}
#browser-compatibility {
display: none;
position: absolute;
@ -176,3 +180,7 @@ body {
background-color: #000080;
border-color: white;
}
.desktop-icon.selected img {
filter: brightness(0.35) sepia(100%) hue-rotate(148deg) saturate(10);
}