1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-31 13:07:46 +00:00

cube: separate rgbcube logic

This commit is contained in:
RGBCube 2025-06-03 03:21:36 +03:00
parent b6c3592c2a
commit adeca4879a
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
3 changed files with 74 additions and 66 deletions

View file

@ -8,6 +8,7 @@ prevent_zoom: true
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
box-shadow: 0 0 10px var(--foreground);
}
</style>