style change
This commit is contained in:
parent
87b328e22c
commit
d513fd5a88
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user