Compare commits
5 Commits
ece5341199
...
c2fd2a5087
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c2fd2a5087 | ||
|
|
9e2f12dc51 | ||
|
|
2d1cd7d08c | ||
|
|
0c5132a9ca | ||
|
|
eecf610ae3 |
@@ -16,7 +16,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Added internal proxy configuration for npm, pip, helm, and apt (#51)
|
||||
|
||||
### Changed
|
||||
- Adjusted dark mode color palette to use lighter background tones for better readability and reduced eye strain (#52)
|
||||
- Replaced project card grid with sortable data table on Home page for better handling of large project lists
|
||||
- Replaced package card grid with sortable data table on Project page for consistency
|
||||
- Replaced SortDropdown with table header sorting on Package page for consistency
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
top: 0;
|
||||
z-index: 100;
|
||||
backdrop-filter: blur(12px);
|
||||
background: rgba(37, 37, 41, 0.85);
|
||||
background: rgba(17, 17, 19, 0.85);
|
||||
}
|
||||
|
||||
.header-content {
|
||||
|
||||
@@ -5,12 +5,12 @@
|
||||
}
|
||||
|
||||
:root {
|
||||
/* Dark mode color palette - lighter tones for better readability */
|
||||
--bg-primary: #1e1e22;
|
||||
--bg-secondary: #252529;
|
||||
--bg-tertiary: #2d2d32;
|
||||
--bg-elevated: #35353a;
|
||||
--bg-hover: #3d3d42;
|
||||
/* Dark mode color palette */
|
||||
--bg-primary: #0a0a0b;
|
||||
--bg-secondary: #111113;
|
||||
--bg-tertiary: #1a1a1d;
|
||||
--bg-elevated: #222225;
|
||||
--bg-hover: #2a2a2e;
|
||||
|
||||
/* Accent colors - Green/Emerald theme */
|
||||
--accent-primary: #10b981;
|
||||
@@ -24,9 +24,9 @@
|
||||
--text-tertiary: #9ca3af;
|
||||
--text-muted: #6b7280;
|
||||
|
||||
/* Border colors - slightly more visible */
|
||||
--border-primary: #37373d;
|
||||
--border-secondary: #48484e;
|
||||
/* Border colors */
|
||||
--border-primary: #27272a;
|
||||
--border-secondary: #3f3f46;
|
||||
--border-accent: #10b981;
|
||||
|
||||
/* Status colors */
|
||||
|
||||
Reference in New Issue
Block a user