mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Make borders opaque to prevent issues when they overlap
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
/* outline: 0px dotted red !important; */
|
||||
--darkerGradientPoint: #111827;
|
||||
--lighterGradientPoint: #1d2635;
|
||||
--borderColor: rgba(75, 85, 99, 0.9);
|
||||
/* --borderColor: rgba(75, 85, 99, 0.9); */
|
||||
--borderColor: rgb(71, 80, 92);
|
||||
--headerColor: rgba(30, 40, 54, 0.8);
|
||||
--drawerColor: rgba(30, 40, 54, 0.9);
|
||||
--lighterBorderColor: rgb(255 255 255 / 20%);
|
||||
|
Reference in New Issue
Block a user