diff --git a/layouts/default.vue b/layouts/default.vue
index 80af3b8..aefa19e 100644
--- a/layouts/default.vue
+++ b/layouts/default.vue
@@ -17,7 +17,18 @@
-
+
+
+
+
+
+
+ WWT Webclient
+
+
+
+
+
@@ -97,6 +108,7 @@ import {
FullscreenOutlined,
FullscreenExitOutlined,
MenuRound,
+ SendTimeExtensionRound,
} from "@vicons/material";
import {
@@ -233,4 +245,12 @@ function onFullscreenEvent() {
width: 100%;
padding: 10px 0px;
}
+
+#webclient-button {
+ background-color: rgba(102, 175, 211, 0.5);
+
+ i {
+ color: rgba(255, 255, 255, 0.82);
+ }
+}
\ No newline at end of file