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:
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;
|
||||
}
|
||||
|
||||
.frame:hover {
|
||||
background-color: #FFFF00;
|
||||
}
|
||||
|
||||
.scene {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
|
|
@ -30,6 +30,10 @@
|
|||
|
||||
<body>
|
||||
<style>
|
||||
.frame:hover {
|
||||
background-color: #FFFF00;
|
||||
}
|
||||
|
||||
.face::after {
|
||||
z-index: -1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue