From 97bfcdef39411b64aeb0076896a43e6f47005ff5 Mon Sep 17 00:00:00 2001 From: BlossomiShymae <87099578+BlossomiShymae@users.noreply.github.com> Date: Wed, 9 Oct 2024 16:38:23 -0500 Subject: [PATCH] Update runes page --- app.vue | 5 +---- pages/runes/index.vue | 4 +--- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/app.vue b/app.vue index 47ddd25..c38b2aa 100644 --- a/app.vue +++ b/app.vue @@ -90,7 +90,7 @@ svg { } table { - background-color: #0004 !important; + @extend .app-background-solid; } thead, tbody, th, td { @@ -101,9 +101,6 @@ table > tbody > tr:nth-of-type(2n+1) > * { background-color: #0004 !important; } -table > tbody > tr:hover > * { - background-color: #0008 !important; -} ul.dropdown-menu { @extend .app-background-solid; diff --git a/pages/runes/index.vue b/pages/runes/index.vue index 835aa48..372aafd 100644 --- a/pages/runes/index.vue +++ b/pages/runes/index.vue @@ -1,8 +1,6 @@