diff --git a/public/css/style.css b/public/css/style.css
index 1bc61ae..0328ec9 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -1931,6 +1931,47 @@ body.webgl-mode {
background: #090705;
align-items: stretch;
justify-content: stretch;
+ --ui-menu-font-size: 1rem;
+ --ui-modal-font-size: 1.18rem;
+ font-size: 18px;
+}
+
+body.webgl-mode #choices,
+body.webgl-mode .story-choices {
+ color: rgba(246, 231, 201, 0.92);
+ scrollbar-color: rgba(246, 231, 201, 0.54) rgba(255, 236, 190, 0.08);
+}
+
+body.webgl-mode #command_history .history-item {
+ color: rgba(246, 231, 201, 0.78);
+}
+
+body.webgl-mode #command_history .history-item:hover,
+body.webgl-mode #command_history .history-item.active {
+ color: rgba(255, 246, 220, 0.96);
+}
+
+body.webgl-mode .story-choices::-webkit-scrollbar-track {
+ background: rgba(255, 236, 190, 0.08);
+}
+
+body.webgl-mode .story-choices::-webkit-scrollbar-thumb {
+ background-color: rgba(246, 231, 201, 0.54);
+}
+
+body.webgl-mode .choice-list .choice-button {
+ color: rgba(246, 231, 201, 0.82);
+}
+
+body.webgl-mode .choice-list .choice-button:hover,
+body.webgl-mode .choice-list .choice-button:focus-visible {
+ color: rgba(255, 248, 225, 0.98);
+ background: rgba(255, 236, 190, 0.12);
+ outline-color: rgba(255, 236, 190, 0.48);
+}
+
+body.webgl-mode .choice-list kbd {
+ color: rgba(255, 248, 225, 0.96);
}
#webgl_app {
diff --git a/public/index.html b/public/index.html
index 5ac2f6d..a277050 100644
--- a/public/index.html
+++ b/public/index.html
@@ -280,6 +280,6 @@
console.log(message);
};
-
+