Make oblique text more noticeable

This commit is contained in:
Juno Takano 2026-01-01 23:02:01 -03:00
commit 5c0f786686
2 changed files with 8 additions and 2 deletions

View file

@ -127,6 +127,12 @@ div#error-poem {
font-size: 0.8em;
}
em, i {
font-style: oblique 20deg;
font-weight: 300;
padding-right: 2px;
}
em#index-node-count {
font-size: 0.8em;
}