added stars to most pages for a less empty bg
This commit is contained in:
@@ -99,4 +99,14 @@ canvas {
|
||||
}
|
||||
.switch input:checked + .switchDecor:before {
|
||||
transform: translateX(calc(4px * var(--pxDensity)));
|
||||
}
|
||||
#starNoise {
|
||||
position: absolute;
|
||||
top: 0%;
|
||||
left: 0%;
|
||||
width: calc(512px * var(--pxDensity));
|
||||
height: auto;
|
||||
aspect-ratio: 1 / 1;
|
||||
image-rendering: pixelated;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
Reference in New Issue
Block a user