Checkpoint WebGL book reveal optimization
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user