style: Refine header font and checkbox styles

This commit is contained in:
2025-08-14 23:09:16 +00:00
committed by Tanner Collin (aider)
parent cb8129cbba
commit 562c7cb6eb

View File

@@ -104,6 +104,7 @@ h2 {
font-size: 1.5rem;
color: white;
cursor: pointer;
font-family: sans-serif;
/* Center content */
display: flex;
@@ -127,8 +128,8 @@ h2 {
/* Custom checkbox style */
font: inherit;
color: currentColor;
width: 1.15em;
height: 1.15em;
width: 0.75em;
height: 0.75em;
border: 0.1em solid currentColor;
border-radius: 0;
transform: translateY(-0.075em);