fix: Make icon borders nearly transparent in dark theme
- Changed from #1e1e1e to rgba(255, 255, 255, 0.05) - Borders now 95% transparent, virtually invisible - Applies to ALL icon borders (OBS, LIV Golf, etc.) - Invert filter remains ONLY for LIV Golf logo
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
/* Borders & Dividers */
|
||||
--border-color: #404040;
|
||||
--border-light: #333333;
|
||||
--icon-border: #1e1e1e; /* Nearly invisible border for icons in dark theme */
|
||||
--icon-border: rgba(255, 255, 255, 0.05); /* Nearly transparent 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: #1e1e1e; /* Nearly invisible border for icons in dark theme */
|
||||
--icon-border: rgba(255, 255, 255, 0.05); /* Nearly transparent 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