From 41f9bb2c2af24f334a46da0fefc65189887c145d Mon Sep 17 00:00:00 2001 From: Gen Date: Fri, 15 Nov 2024 01:04:18 -0800 Subject: [PATCH] Update style.css Signed-off-by: Gen --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 4dba7d2..1e2be08 100644 --- a/style.css +++ b/style.css @@ -182,7 +182,6 @@ li { text-align: center; list-style-type: none; margin-bottom: 1.5px; - font-style: italic; align-content: center; } @@ -209,14 +208,15 @@ footer { text-decoration: none; color: var(--ctp-text); background-color: var(--ctp-surface0); - border-radius: 7px; + border-radius: 10px; border: 2px solid; - border-color: var(--ctp-mantle); + border-color: var(--ctp-peach); text-align: center; font-size: 1.25em; margin: 5px; line-height: 1.75em; box-shadow: 0 0 5px 0 var(--ctp-peach); + font-style: bold }