Merge remote-tracking branch 'origin/dev'
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 14s

This commit is contained in:
Kibi Kelburton 2023-05-03 22:08:46 +02:00
commit a49ea84ac3

View File

@ -245,6 +245,10 @@ html[theme="amoled"] table.table a {
text-decoration: underline;
}
html[theme="amoled"] .badge.badge-dark {
box-shadow: 1px 1px 1px var(--gray);
}
html[theme="paper"] {
--accent: #000;
--bg: #fff;