diff --git a/_layouts/test.html b/_layouts/test.html
new file mode 100644
index 0000000000..c66b379e08
--- /dev/null
+++ b/_layouts/test.html
@@ -0,0 +1,9 @@
+---
+layout: basic
+SPDX-License-Identifier: CC-BY-SA-4.0
+SPDX-FileCopyrightText: 2020 seL4 Project a Series of LF Projects, LLC.
+---
+
+
+ {{ content }}
+
diff --git a/assets/css/sel4.css b/assets/css/sel4.css
index 6f76690b4b..5718e50415 100644
--- a/assets/css/sel4.css
+++ b/assets/css/sel4.css
@@ -135,16 +135,23 @@ layout: none
prose-inline-code:px-1.5
prose-inline-code:pb-px
prose-inline-code:after:content-none
- prose-inline-code:before:content-none
- prose-img:[&[src$=svg]]:p-3
+ prose-inline-code:before:content-none;
+}
+
+@utility theprose-imgs {
+ @apply prose-img:[&[src$=svg]]:p-3
prose-img:[&[src$=svg]]:lg:p-6
prose-img:[&[src$=svg]]:rounded-lg
prose-img:[&[src$=svg]]:bg-white;
}
-@utility theprose {
+@utility theprose-noimg {
@apply theprose-nodark dark:prose-invert
prose-li:dark:marker:text-lightercol_inv
+}
+
+@utility theprose {
+ @apply theprose-noimg theprose-imgs
prose-img:dark:[&[src$=svg]]:bg-gray-100;
}
diff --git a/processes/test-status.md b/processes/test-status.md
index 08a8d7c626..b614e3d0b6 100644
--- a/processes/test-status.md
+++ b/processes/test-status.md
@@ -1,6 +1,7 @@
---
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-FileCopyrightText: 2022 seL4 Project a Series of LF Projects, LLC.
+layout: test
---