Reduce font size for yellow info box text

This commit is contained in:
Ruben 2026-01-16 19:49:41 +01:00
parent cc27724bfe
commit e412902842

View file

@ -148,6 +148,7 @@ form {
a { color: oklch(0.4 0.1 145); &:hover { color: oklch(0.3 0.12 145) } }
}
&.info-box--yellow {
p {font-size: 0.8rem}
border-color: oklch(0.85 0.1 85);
background-color: oklch(0.96 0.04 85);
a { color: oklch(0.45 0.1 85); &:hover { color: oklch(0.35 0.12 85) } }