Add styling for <b> tags (#1349)

This commit is contained in:
Irastris
2026-05-14 21:12:36 -04:00
committed by GitHub
parent e52d9e9b71
commit 5064385c8c
+4
View File
@@ -14,6 +14,10 @@ body {
color: #E0DBC8;
}
b {
font-weight: bold;
}
window {
display: flex;
flex-flow: column;