mirror of
https://github.com/BlossomiShymae/clean-cuts.git
synced 2025-12-06 10:10:47 +01:00
Update runes page
This commit is contained in:
5
app.vue
5
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;
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
<template>
|
||||
<div class="d-flex flex-column gap-2">
|
||||
<h1>Runes</h1>
|
||||
|
||||
<div class="overflow-hidden rounded border border-light border-opacity-25 p-4">
|
||||
<div class="overflow-hidden rounded border border-light border-opacity-25 p-4 app-background-solid">
|
||||
<table class="sortable table table-borderless">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user