From 431885abab73bfefa7c05f738f8ca578e1a6d549 Mon Sep 17 00:00:00 2001 From: Ethan Davidson <31261035+EthanThatOneKid@users.noreply.github.com> Date: Tue, 9 Apr 2024 21:05:38 -0700 Subject: [PATCH] Update global.css --- static/global.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/global.css b/static/global.css index f90ce4c..b9efb89 100644 --- a/static/global.css +++ b/static/global.css @@ -92,7 +92,8 @@ a:hover { p, a, ul, - ol { + ol, + details { color: #ddd; }