static: replace artwork
All checks were successful
Static / Flake checks (push) Successful in 22s
Static / Create distribution (push) Successful in 48s

Artwork is from http://www.rd-sounds.com/C83.html
This commit is contained in:
2025-06-28 03:25:08 +09:00
parent b9b6e3db16
commit 10722b6549
22 changed files with 35 additions and 11 deletions

View File

@@ -303,7 +303,7 @@ main.normalize {
position: relative;
}
.phone-logo-img {
.laptop-logo-img {
position: absolute;
top: 48%;
left: 50%;
@@ -498,11 +498,11 @@ details[open] summary {
border-color: #222;
}
.phone-img {
.laptop-img {
filter: brightness(0.87);
}
.phone-logo-img {
.laptop-logo-img {
filter: invert(87%);
}