bold and italic. nothing less, nothing more

This commit is contained in:
Luna 2025-11-15 19:43:42 -03:00
parent e24afef278
commit ce72ec9991

View file

@ -12,12 +12,16 @@ html {
/* text, links and lists :3 */
t {
t, strong {
font-family: "mono";
font-weight: bold;
color: var(--c-title)
}
em {
font-style: italic;
color: var(--c-title)
}
p, d {
font-family: "mono";