🔧 Fix white page-stats-section in admin-dashboard

- Updated .page-stats-section background to dark theme
- Changed text colors to white for better contrast
- Updated border colors to match dark theme
- Changed page-count badges to cyan accent color
- Fixed 'Hauptseiten besucher' section to match overall dark design
This commit is contained in:
2025-09-08 21:56:27 +02:00
parent 9ad828a6eb
commit 450dc0f73a
3 changed files with 15 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ body {
align-items: center;
justify-content: center;
padding: 20px;
background-image:
background-image:
radial-gradient(circle at 20% 80%, #1a1a2e 0%, transparent 50%),
radial-gradient(circle at 80% 20%, #16213e 0%, transparent 50%),
radial-gradient(circle at 40% 40%, #0f3460 0%, transparent 50%);