From dba4f1d792dddac019cfa4e2419d8889c6fda507 Mon Sep 17 00:00:00 2001 From: daudix Date: Wed, 12 Jun 2024 01:22:33 +0300 Subject: [PATCH] Add background color to table --- sass/_table.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/_table.scss b/sass/_table.scss index e5e2dc5..b0cb55a 100644 --- a/sass/_table.scss +++ b/sass/_table.scss @@ -3,6 +3,7 @@ table { box-shadow: var(--edge-highlight); border-radius: var(--rounded-corner); border-collapse: collapse; + background-color: var(--fg-muted-1); width: 100%; table-layout: fixed; overflow: hidden;