diff --git a/client/index.html b/client/index.html
index 8c02c61..abaf3ae 100644
--- a/client/index.html
+++ b/client/index.html
@@ -13,9 +13,8 @@
-
-
+
TheWhiteSilk
@@ -79,6 +78,16 @@
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
}
+
+ .gutter {
+ background-color: rgb(var(--mdui-color-surface-variant));;
+ background-repeat: no-repeat;
+ background-position: 50%;
+ }
+
+ .gutter.gutter-horizontal {
+ cursor: col-resize;
+ }
@@ -91,6 +100,7 @@