💄 style: use theme's primary colour for table headers

This commit is contained in:
welpo
2023-04-15 20:50:12 +02:00
parent dcf1af5ec5
commit 1c07128aeb
2 changed files with 2 additions and 4 deletions

View File

@@ -62,7 +62,6 @@
--quote-color: #355f62;
--border-color: #727272;
--meta-color: #5b5b65;
--table-header-color: #BFEAF5;
}
[data-theme='dark'] {
@@ -78,7 +77,6 @@
--quote-color: #a9c5c7;
--border-color: black;
--meta-color: #B0B0B0;
--table-header-color: #b7e4e4;
.invertible-image {
filter: invert(.88);