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:
juanatsap
2025-11-19 15:39:00 +00:00
parent 82df6849bd
commit 5dc5a98269
+2 -2
View File
@@ -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 */