Fix: Make borders opaque to prevent issues when they overlap

This commit is contained in:
lscambo13
2024-12-18 07:47:53 -08:00
parent c51950ea97
commit 4bc9489755

View File

@@ -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%);