fix: Make icon borders nearly invisible in dark theme
- Changed --icon-border from #2a2a2a to #1e1e1e (rgb(30,30,30)) - Background is #1a1a1a (rgb(26,26,26)), only 4 RGB units difference - Borders now barely visible, creating cleaner dark theme appearance
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
/* Borders & Dividers */
|
||||
--border-color: #404040;
|
||||
--border-light: #333333;
|
||||
--icon-border: #2a2a2a; /* Much darker, less visible border for icons */
|
||||
--icon-border: #1e1e1e; /* Nearly invisible border for icons in dark theme */
|
||||
--item-separator: rgba(255, 255, 255, 0.05); /* Very subtle separator in dark theme */
|
||||
|
||||
/* Shadows */
|
||||
@@ -137,7 +137,7 @@
|
||||
/* Borders & Dividers */
|
||||
--border-color: #404040;
|
||||
--border-light: #333333;
|
||||
--icon-border: #2a2a2a; /* Much darker, less visible border for icons */
|
||||
--icon-border: #1e1e1e; /* Nearly invisible border for icons in dark theme */
|
||||
--item-separator: rgba(255, 255, 255, 0.05); /* Very subtle separator in dark theme */
|
||||
|
||||
/* Shadows */
|
||||
|
||||
Reference in New Issue
Block a user