figbert.com-website

[ACTIVE] the website and home of figbert on the clearnet
git clone git://git.figbert.com/figbert.com-website.git
Log | Files | Refs | README | LICENSE

commit 21bba6540acecdd591be0d6d450d006f88be4895
parent 2ade0f38aa50e9bfab7a740be03f13345c76a9f6
Author: FIGBERT <figbert@figbert.com>
Date:   Fri,  1 Jan 2021 01:15:02 -0800

Change table header background to tertiary color

Diffstat:
Msass/table.sass | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sass/table.sass b/sass/table.sass @@ -5,7 +5,7 @@ table width: 100% thead - background-color: $secondary-color + background-color: $tertiary-color td, th border: 1px solid $text-color