From 9d48b0de979dffaeab30042b380805c28fdfa4fe Mon Sep 17 00:00:00 2001 From: soaos Date: Tue, 19 Aug 2025 23:43:29 -0400 Subject: Added footer --- style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 0d2384e..fbd6e67 100644 --- a/style.css +++ b/style.css @@ -154,4 +154,14 @@ a.evil:hover { .no-bullets { list-style-type: none; padding-left: 0; +} + +.white-on-red { + color: white; + background-color: red; +} + +.red-on-white { + color: red; + background-color: white; } \ No newline at end of file -- cgit v1.2.3