From 8330be9ab5d46ac6112fb50b1970de335edbdebc Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Wed, 3 Dec 2025 11:50:21 -0500 Subject: [PATCH] Update samy.css --- samy.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/samy.css b/samy.css index 92b0715..7acd76c 100644 --- a/samy.css +++ b/samy.css @@ -264,6 +264,16 @@ body { text-align: center; } + /* Big red notice under tagline */ + .samy-hint { + margin-top: 0.25rem; + font-size: 3rem; + color: #ff4d4d; /* big red */ + font-weight: 900; + text-transform: uppercase; + text-align: center; + } + /* Responsive */ @media (max-width: 768px) { .container {