style: changed splitter color to match theme
mellbacon committed
May 21, 2023 at 12:11 UTC
09bc496b76a5fd3a055f07107695b499b39fec60
1 file changed
+1
-1
src/global.css
+1
-1
@@ -86,7 +86,7 @@ ul {
86
left: 0;
87
top: 0;
88
transition: opacity 0.2s;
89
- background-color: #2d6fd2;
89
+ background-color: #34b0f8;
90
opacity: 0;
91
z-index: 3;
92
}