Skip to content

Commit 5bd34b5

Browse files
1000021: Fixing issues in Employee Management
1 parent 4ff3f27 commit 5bd34b5

File tree

2 files changed

+189
-44
lines changed

2 files changed

+189
-44
lines changed

Employee_Managment_App/src/components/Announcement.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
--annc-backdrop: rgba(2,6,23,0.35);
99
--annc-elev: 0 8px 20px rgba(2, 6, 23, 0.06);
1010
--annc-panel-width: 380px;
11+
12+
13+
/* Accent (emerald) */
14+
--accent: #10b981;
15+
--accent-600: #059669;
16+
--accent-700: #047857;
17+
--accent-100: #d1fae5;
18+
--accent-50: #ecfdf5;
1119
}
1220

1321
/* Backdrop area that starts below the top bar (top offset applied inline) */
@@ -145,8 +153,8 @@
145153
transition: background 160ms ease, border-color 160ms ease;
146154
}
147155
.annc-panel-item:hover {
148-
background: #f8fffb;
149-
border-color: #e8f7f1;
156+
background: var(--accent-50);
157+
color: var(--accent-700);
150158
}
151159
.annc-item-icon {
152160
width: 36px;

0 commit comments

Comments
 (0)