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 @@