diff --git a/php/public/style.css b/php/public/style.css index a3c24c38..3c657c2c 100644 --- a/php/public/style.css +++ b/php/public/style.css @@ -487,10 +487,12 @@ input[type="checkbox"]:disabled:not(:checked) + label { height: min(400px, calc(100vh - 14rem)); border-radius: var(--border-radius-large); border: solid thin rgb(192, 192, 192); + background-color: var(--color-main-background); } .overlay-iframe { padding: 1rem; + font-family: monospace, system-ui, -apple-system, 'Segoe UI', Roboto, Oxygen-Sans, Cantarell, Ubuntu, 'Helvetica Neue', 'Noto Sans', 'Liberation Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } .loader { diff --git a/php/src/Controller/DockerController.php b/php/src/Controller/DockerController.php index b6cb7c24..1e50278a 100644 --- a/php/src/Controller/DockerController.php +++ b/php/src/Controller/DockerController.php @@ -418,7 +418,7 @@ readonly class DockerController {
- + diff --git a/php/templates/layout.twig b/php/templates/layout.twig index 469afa40..e79a09dd 100644 --- a/php/templates/layout.twig +++ b/php/templates/layout.twig @@ -2,7 +2,7 @@