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;