Skip to content
Open

Changes #1710

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions navbar_styles.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:root {
--primary: #6c63ff;
--primary-light: #8a84ff;
--primary-dark: #554fd8;
--primary-light: #3a3777;
--primary-dark: #897257;
--secondary: #ff6584;
--accent: #36d1dc;
--success: #10b981;
Expand All @@ -10,7 +10,7 @@
--text-light: #718096;
--text-muted: #a0aec0;
--bg: #ffffff;
--bg-secondary: #f7fafc;
--bg-secondary: #9e6c0d;
--bg-tertiary: #edf2f7;
--bg-glass: rgba(255, 255, 255, 0.8);
--border: #e2e8f0;
Expand Down
4 changes: 2 additions & 2 deletions opaque_hover.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@

/* Base Styles */
* {
margin: 0;
padding: 0;
margin: 4px;
padding:4px;
box-sizing: border-box;
}

Expand Down