From d513fd5a88d92f8cae86188cec53bcb5d8c2f9b5 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Sat, 20 Dec 2025 14:44:45 +0000 Subject: [PATCH] style change --- Bootstrap_new/css/style_office.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Bootstrap_new/css/style_office.css b/Bootstrap_new/css/style_office.css index 568442b..5205b76 100644 --- a/Bootstrap_new/css/style_office.css +++ b/Bootstrap_new/css/style_office.css @@ -4,7 +4,8 @@ --office-primary: #b7472a; /* Sidebar color - PowerPoint accent */ --office-secondary: #2b579a; /* Header/buttons - Office blue */ --office-accent: #107c10; /* Success/active states - Excel green */ - --office-light: #f3f3f3; /* Background - Office gray */ + --office-light: #f3f2f1; /* Background - Office gray */ + --office-common: #e6e6e6; /* Background - Office gray */ --office-dark: #323130; /* Text color */ --office-border: #d0d0d0; /* Borders */ --office-hover: #f0f0f0; /* Hover states */ @@ -19,7 +20,7 @@ /* Base Styles */ body { font-family: 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif; - background-color: var(--office-light); + background-color: var(--office-common); color: var(--office-dark); line-height: 1.5; overflow-x: hidden; @@ -27,7 +28,7 @@ /* Header - PowerPoint/Office Style */ .app-header { - background-color: var(--office-secondary); + background-color: var(--office-light); height: var(--header-height); border-bottom: 1px solid rgba(255, 255, 255, 0.1); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);