1
Fork 0
mirror of https://github.com/RGBCube/rgbcube.github.io synced 2025-05-25 18:45:06 +00:00

Only highlight frame in index.html

This commit is contained in:
RGBCube 2023-12-20 09:39:03 +03:00
parent 6116f691e1
commit 784759ce4f
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View file

@ -46,10 +46,6 @@ a {
user-select: none;
}
.frame:hover {
background-color: #FFFF00;
}
.scene {
height: 100%;
width: 100%;

View file

@ -30,6 +30,10 @@
<body>
<style>
.frame:hover {
background-color: #FFFF00;
}
.face::after {
z-index: -1;