From f02b11b41852cc164aaa9009090928f441a02657 Mon Sep 17 00:00:00 2001 From: trianta Date: Tue, 24 Feb 2026 05:20:39 -0600 Subject: [PATCH] css: recolor website --- default.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/default.css b/default.css index 87936ad..2ca174c 100644 --- a/default.css +++ b/default.css @@ -52,8 +52,8 @@ body { font-family: "Noto Sans Symbols", sans-serif; font-optical-sizing: auto; font-weight: 400; - color: #504945; - background: #fbf1c7; + color: #8c7862; + background: #89bea6; line-height: 1.5; margin-inline: auto; margin: 0 auto; @@ -63,6 +63,8 @@ body { max-width: 60rem; margin: 0 auto; padding: 2rem 1.5rem; + background: #61937c + border: 4px solid #8c7862; } nav { @@ -96,7 +98,6 @@ nav ul { } .trianta { - color: #d79921 !important; font-size: 2.5rem !important; min-width: 12rem; }