Checkpoint WebGL book reveal optimization

This commit is contained in:
2026-06-08 08:19:20 +02:00
parent 7abd3387f3
commit c86a304364
13 changed files with 618 additions and 112 deletions
+41
View File
@@ -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 {