CSS update

courtesy drzed
This commit is contained in:
zzz
2024-03-27 15:32:14 -04:00
parent 1853bbfd0e
commit 7a6c0bcccd

View File

@ -42,8 +42,8 @@ html, body {
border: 1px solid #555;
box-shadow: inset 0 0 0 1px #111, inset 0 0 2px 1px #444, 0 0 2px 2px #000;
background: #181818;
background: repeating-linear-gradient(to right, rgba(255, 255, 255, .05), rgba(0, 0, 0, .08) 2px),
repeating-linear-gradient(to bottom, #222, #111 2px);
background: repeating-linear-gradient(to right, rgba(255, 255, 255, .05), rgba(0, 0, 0, .08) 2px) center center / 2px 100%,
repeating-linear-gradient(to bottom, #222, #111 2px) center center / 100% 2px;
background-blend-mode: overlay;
will-change: transform;
}