Fix bold and big <summary>s on the about page of cutie.city

This commit is contained in:
blankie 2023-12-02 09:50:12 +11:00
parent 810b75c6d7
commit 2dd59b1e71
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ svg {
width: 100%;
height: 15em;
}
.about_page-about summary, .about_page-rules summary {
.about_page-about > summary, .about_page-rules > summary {
font-size: 130%;
font-weight: bold;
}