From e1ac5853ba989951059c2044d79fa49910e8e6f1 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 27 Nov 2023 00:36:25 -0600 Subject: [PATCH] try to make links white on ie5 --- src/routes/retro/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/retro/app.css b/src/routes/retro/app.css index 7528521..52e48f0 100644 --- a/src/routes/retro/app.css +++ b/src/routes/retro/app.css @@ -13,7 +13,7 @@ body { } a { - color: #fff; + color: #ffffff; } img {