mirror of
https://github.com/RGBCube/rgbcube.github.io
synced 2025-05-14 05:54:58 +00:00
Only highlight frame in index.html
This commit is contained in:
parent
6116f691e1
commit
784759ce4f
2 changed files with 6 additions and 6 deletions
6
cube.css
6
cube.css
|
@ -46,10 +46,6 @@ a {
|
|||
user-select: none;
|
||||
}
|
||||
|
||||
.frame:hover {
|
||||
background-color: #FFFF00;
|
||||
}
|
||||
|
||||
.scene {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
@ -109,4 +105,4 @@ a {
|
|||
|
||||
.left {
|
||||
transform: rotateY(-89.99999999999999deg) translateZ(2.498em);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -30,6 +30,10 @@
|
|||
|
||||
<body>
|
||||
<style>
|
||||
.frame:hover {
|
||||
background-color: #FFFF00;
|
||||
}
|
||||
|
||||
.face::after {
|
||||
z-index: -1;
|
||||
|
||||
|
@ -120,4 +124,4 @@
|
|||
<script src="cube.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue