fix(dark mode): table cell border style
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2021-11-23 21:53:30 +01:00
parent 4faebdb756
commit 8a88983520
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@
--link: var(--primary);
--link-hover: hsla(var(--primary-h), var(--primary-s), var(--primary-l), .75);
--border: var(--grey-200);
&.dark {
// Light mode colours reversed for dark mode