From 7e5abf446783428f21748324b08c380a520606b0 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sun, 7 Apr 2024 16:23:33 +0300 Subject: [PATCH] Use default table stripe color --- app/assets/stylesheets/parameters.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/assets/stylesheets/parameters.scss b/app/assets/stylesheets/parameters.scss index 205464977..e6c15a920 100644 --- a/app/assets/stylesheets/parameters.scss +++ b/app/assets/stylesheets/parameters.scss @@ -20,6 +20,4 @@ $link-hover-color: #24d; $link-decoration: none; $link-hover-decoration: underline; -$table-striped-bg: $offwhite; - $enable-negative-margins: true; -- 2.39.5