From afab679d3c84518e1c3148cd1aaaa8cecde0699b Mon Sep 17 00:00:00 2001 From: axunonb Date: Mon, 30 Dec 2024 00:05:35 +0100 Subject: [PATCH] Change table background-color (#46) --- ClubSite/Assets/scss/_bs_custom.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ClubSite/Assets/scss/_bs_custom.scss b/ClubSite/Assets/scss/_bs_custom.scss index 89790a0..4910c6f 100644 --- a/ClubSite/Assets/scss/_bs_custom.scss +++ b/ClubSite/Assets/scss/_bs_custom.scss @@ -116,6 +116,7 @@ $dropdown-bg: $body-bg; // Tables // $table-accent-bg: $body-bg; // striped table background +$table-bg: $white; // Alerts //