Skip to content

Commit

Permalink
💄 style: use theme's primary colour for table headers
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Apr 15, 2023
1 parent dcf1af5 commit 1c07128
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
--quote-color: #355f62;
--border-color: #727272;
--meta-color: #5b5b65;
--table-header-color: #BFEAF5;
}

[data-theme='dark'] {
Expand All @@ -78,7 +77,6 @@
--quote-color: #a9c5c7;
--border-color: black;
--meta-color: #B0B0B0;
--table-header-color: #b7e4e4;

.invertible-image {
filter: invert(.88);
Expand Down
4 changes: 2 additions & 2 deletions sass/parts/_misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ table {
}

table thead tr {
background-color: var(--table-header-color);
color: #1f1f1f;
background-color: var(--primary-color);
color: var(--hover-color);
text-align: left;
}

Expand Down

0 comments on commit 1c07128

Please sign in to comment.