From 784759ce4ff4bc9280847049b8fa4dc59eefda92 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 20 Dec 2023 09:39:03 +0300 Subject: [PATCH] Only highlight frame in index.html --- cube.css | 6 +----- index.html | 6 +++++- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cube.css b/cube.css index e531dbc..784a2d1 100644 --- a/cube.css +++ b/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); -} \ No newline at end of file +} diff --git a/index.html b/index.html index 81fc878..217a17e 100644 --- a/index.html +++ b/index.html @@ -30,6 +30,10 @@