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 {
|
table {
|
||||||
background-color: #0004 !important;
|
@extend .app-background-solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
thead, tbody, th, td {
|
thead, tbody, th, td {
|
||||||
@@ -101,9 +101,6 @@ table > tbody > tr:nth-of-type(2n+1) > * {
|
|||||||
background-color: #0004 !important;
|
background-color: #0004 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
table > tbody > tr:hover > * {
|
|
||||||
background-color: #0008 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.dropdown-menu {
|
ul.dropdown-menu {
|
||||||
@extend .app-background-solid;
|
@extend .app-background-solid;
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="d-flex flex-column gap-2">
|
<div class="d-flex flex-column gap-2">
|
||||||
<h1>Runes</h1>
|
<div class="overflow-hidden rounded border border-light border-opacity-25 p-4 app-background-solid">
|
||||||
|
|
||||||
<div class="overflow-hidden rounded border border-light border-opacity-25 p-4">
|
|
||||||
<table class="sortable table table-borderless">
|
<table class="sortable table table-borderless">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user