From dfbfdaf8d94dea913166da217fbdf9fb6d56cc64 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Fri, 29 Mar 2024 12:44:21 +0100 Subject: [PATCH] Add: zero-md basic styling for readability --- css/main.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/main.css b/css/main.css index fa655b4..27ab9aa 100644 --- a/css/main.css +++ b/css/main.css @@ -109,6 +109,14 @@ footer small + small { margin-left: 2rem; } +zero-md { + background-color: whitesmoke; + padding: 16px; + border: solid 4px gray; + border-radius: 8px; +} + + /* Start of alternations for dark theme */