mirror of
https://github.com/RGBCube/rgbcube.github.io
synced 2025-05-30 12:55:14 +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
4
cube.css
4
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%;
|
||||||
|
|
|
@ -30,6 +30,10 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<style>
|
<style>
|
||||||
|
.frame:hover {
|
||||||
|
background-color: #FFFF00;
|
||||||
|
}
|
||||||
|
|
||||||
.face::after {
|
.face::after {
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue