refactor: minor refactor

This commit is contained in:
Twig 2025-07-05 15:51:09 +02:00
parent 9f1232a668
commit 94fee82893
No known key found for this signature in database
4 changed files with 5 additions and 18 deletions

View file

@ -180,7 +180,10 @@ function selectCategory(page: Page) {
}
/* applies to child pages too */
:deep(h5) {
color: red;
:deep(.subtitle) {
display: block;
font-size: 0.8em;
font-weight: 800;
margin: 4dvh 0 0.5dvh 0.25dvw;
}
</style>