From c093e847d12e18d130c3167fc20418171ab216c4 Mon Sep 17 00:00:00 2001 From: Connor Frank Date: Mon, 15 Apr 2024 17:41:09 +0000 Subject: remove inline CSS style --- style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 63492fe..67613e9 100644 --- a/style.css +++ b/style.css @@ -24,6 +24,18 @@ body { grid-template-columns: repeat(12, 1fr); } +.darkgroup { + background-color: #eee; + padding-top: 1px; + margin-top: 20px; + padding-bottom: 30px; +} + +.lightgroup { + margin-top: 20px; + padding-bottom: 30px; +} + #dhead { margin-top: 20px; } -- cgit v1.2.3