From 9beb2fd1cabd4b6f73c8572353cfa1f3a3a448d3 Mon Sep 17 00:00:00 2001 From: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> Date: Sun, 9 Jul 2023 20:29:27 -0400 Subject: [PATCH] fix: table border color --- _sass/minima/skins/auto.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/minima/skins/auto.scss b/_sass/minima/skins/auto.scss index 5e4cd81..2e28aa1 100644 --- a/_sass/minima/skins/auto.scss +++ b/_sass/minima/skins/auto.scss @@ -1,4 +1,4 @@ -@charset "utf-8"; +⁸@charset "utf-8"; // Default color scheme settings // These are overridden in classic.css and dark.scss @@ -32,7 +32,7 @@ $lm-table-text-color: #73000a !default; $lm-table-zebra-color: #fff2e3 !default; $lm-table-header-bg-color: #fff2e3 !default; $lm-table-header-border: #73000a !default; -$lm-table-border-color: #73000a default; +$lm-table-border-color: #73000a !default; // Syntax highlighting styles should be adjusted appropriately for every "skin"