Fix mobile navigation light theme
- Replace hardcoded dark colors in main.css with CSS variables - Add comprehensive light theme overrides for mobile navigation - Implement cool glass-morphism styling for mobile expanded state - Ensure proper contrast and readability on all screen sizes - Add cache-busting parameter to theme.css for browser refresh Mobile navigation now properly displays light theme when expanded.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>SPORE UI</title>
|
||||
<link rel="stylesheet" href="styles/main.css">
|
||||
<link rel="stylesheet" href="styles/theme.css">
|
||||
<link rel="stylesheet" href="styles/theme.css?v=1757159926">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user