diff --git a/CNAME b/CNAME new file mode 100644 index 00000000..736e5893 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +stirlingtools.com \ No newline at end of file diff --git a/src/main/resources/static/css/dark-mode.css b/src/main/resources/static/css/dark-mode.css index 9223c798..78df6386 100644 --- a/src/main/resources/static/css/dark-mode.css +++ b/src/main/resources/static/css/dark-mode.css @@ -26,4 +26,9 @@ body { } - +#pages-container-wrapper { + --background-color: rgba(255, 255, 255, 0.046) !important; + --scroll-bar-color: #4c4c4c !important; + --scroll-bar-thumb: #d3d3d3 !important; + --scroll-bar-thumb-hover: #ffffff !important; +} \ No newline at end of file diff --git a/src/main/resources/static/css/general.css b/src/main/resources/static/css/general.css index f6e4809e..3190465e 100644 --- a/src/main/resources/static/css/general.css +++ b/src/main/resources/static/css/general.css @@ -31,6 +31,13 @@ html[lang-direction=rtl] * { right: 0; top: 50%; } + +.align-center-left { + position: absolute; + left: 0; + top: 50%; +} + .align-bottom { position: absolute; bottom: 0; diff --git a/src/main/resources/templates/multi-tool.html b/src/main/resources/templates/multi-tool.html index 63ede894..b4cae58d 100644 --- a/src/main/resources/templates/multi-tool.html +++ b/src/main/resources/templates/multi-tool.html @@ -5,15 +5,18 @@ +


+

+
+
+
-

-
- -
-
+
@@ -57,24 +58,80 @@