mirror of
https://github.com/RGBCube/rgbcube.github.io
synced 2025-05-28 03:45:10 +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;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.frame:hover {
|
|
||||||
background-color: #FFFF00;
|
|
||||||
}
|
|
||||||
|
|
||||||
.scene {
|
.scene {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -109,4 +105,4 @@ a {
|
||||||
|
|
||||||
.left {
|
.left {
|
||||||
transform: rotateY(-89.99999999999999deg) translateZ(2.498em);
|
transform: rotateY(-89.99999999999999deg) translateZ(2.498em);
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,6 +30,10 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<style>
|
<style>
|
||||||
|
.frame:hover {
|
||||||
|
background-color: #FFFF00;
|
||||||
|
}
|
||||||
|
|
||||||
.face::after {
|
.face::after {
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
|
|
||||||
|
@ -120,4 +124,4 @@
|
||||||
<script src="cube.js"></script>
|
<script src="cube.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
Add table
Add a link
Reference in a new issue