diff --git a/web_dark_mode/static/src/scss/variables.scss b/web_dark_mode/static/src/scss/variables.scss
index 156fcfe00..599c2617e 100644
--- a/web_dark_mode/static/src/scss/variables.scss
+++ b/web_dark_mode/static/src/scss/variables.scss
@@ -28,8 +28,8 @@ $o-grays: (
     900: $o-gray-900,
 ) !default;
 
-$o-community-color: #eded0d !default;
-$o-enterprise-color: #235c78d1 !default;
+$o-community-color: $o-gray-300 !default;
+$o-enterprise-color: #ff0000d1 !default;
 $o-enterprise-action-color: #017e84 !default;
 
 $o-brand-odoo: #272a35 !default; // final header color
@@ -173,4 +173,10 @@ $o-btn-light-background-hover: $o-gray-400 !default;
         color: white !important; // Retain white text
         }
     }
-} 
\ No newline at end of file
+} 
+
+//fix sections
+
+table.o_section_and_note_list_view tr.o_data_row.o_is_line_section, div.oe_kanban_card.o_is_line_section {  
+  background-color: $o-gray-300 !important;
+}
\ No newline at end of file