poprawki kolorów

This commit is contained in:
2023-09-04 18:50:12 +02:00
parent f77c13cbcf
commit c47d839ce3
@@ -186,32 +186,36 @@ export default defineComponent({
@import '../../styles/JournalSection.scss'; @import '../../styles/JournalSection.scss';
table.scenery-history-table { table.scenery-history-table {
--_bg-table: #111;
--_bg-head: #101010;
--_bg-row: #2f2f2f;
width: 100%; width: 100%;
background-color: #111;
border-collapse: collapse; border-collapse: collapse;
position: relative; position: relative;
/* border-spacing: 0 0.5em; */
text-align: center; text-align: center;
thead { thead {
position: sticky; position: sticky;
top: 0; top: 0;
background-color: #222222; background-color: var(--_bg-head);
} }
th { th {
padding: 0.5em; padding: 0.5em;
} }
tr { tr {
background-color: #353535; background-color: var(--_bg-row);
border: none; border-bottom: 2px solid black;
&:last-child {
border: none;
}
} }
td { td {
padding: 0.75em; padding: 0.75em;
border-bottom: solid 5px #111;
.level-badge { .level-badge {
margin: 0 auto; margin: 0 auto;