From 2dd59b1e7135eb6bf2ae8debb24fba1511768da0 Mon Sep 17 00:00:00 2001 From: blankie Date: Sat, 2 Dec 2023 09:50:12 +1100 Subject: [PATCH] Fix bold and big s on the about page of cutie.city --- routes/css.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/css.cpp b/routes/css.cpp index 7832b80..de2148e 100644 --- a/routes/css.cpp +++ b/routes/css.cpp @@ -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; }