From 41d5eb43e2b85d9116657949fea3d903c5648f04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 23 Aug 2026 12:20:07 +0200 Subject: [PATCH] Platform: reference the other Emscripten markup for keeping consistency. --- src/Magnum/Platform/WebApplication.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Magnum/Platform/WebApplication.css b/src/Magnum/Platform/WebApplication.css index 66477a578..e10f013cd 100644 --- a/src/Magnum/Platform/WebApplication.css +++ b/src/Magnum/Platform/WebApplication.css @@ -24,7 +24,8 @@ DEALINGS IN THE SOFTWARE. */ -/* Colors kept in sync with m.css dark theme, https://mcss.mosra.cz */ +/* Colors kept in sync with m.css dark theme, https://mcss.mosra.cz. The same + stylesheet is in Corrade's TestSuite/EmscriptenRunner.html.in. */ *, ::before, ::after { box-sizing: border-box; }