Added 'investigating-and-fixing-stoppodsandbox' post

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2025-09-28 12:17:11 +01:00
parent 1a9df45e55
commit c4263762c7
4 changed files with 313 additions and 0 deletions
+11
View File
@@ -42,6 +42,17 @@
"Segoe UI Symbol", "Noto Color Emoji";
}
::-moz-selection {
background-color: var(--primary);
color: var(--primary-inverse);
}
::selection {
background-color: var(--primary);
color: var(--primary-inverse);
}
h2 {
margin-bottom: 10px;
}