From 8afe42ee059bd82329ff4fdeabb984efc7cfb50b Mon Sep 17 00:00:00 2001 From: rawleyfowler Date: Sat, 15 Mar 2025 15:01:33 -0500 Subject: [PATCH] add li styles --- netbsdclub.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/netbsdclub.css b/netbsdclub.css index eb5587e..bd70466 100644 --- a/netbsdclub.css +++ b/netbsdclub.css @@ -25,3 +25,10 @@ p { text-align: center; margin-bottom: 12px; } + +li { + color: lightgray; + max-width: 300px; + marg: auto; + margin-bottom: 6px; +}