mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-18 18:41:48 +02:00
parent
0234d64bf2
commit
ed09a93b3d
@ -63,9 +63,14 @@ body {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.table {
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
table td {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
table.entries tbody tr[data-index="0"] {
|
||||
@ -234,5 +239,8 @@ pre {
|
||||
/* Toasts */
|
||||
--toast-background-color: #232323;
|
||||
--toast-text-color: #f5f5f5;
|
||||
|
||||
/* Tables */
|
||||
--table-border-color: #232323;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user