From 83dbdf4dee2516c6891b22dbec4961c81f110297 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Mon, 11 Mar 2024 17:25:13 -0400 Subject: update colorscheme --- static/css/styles.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'static/css') diff --git a/static/css/styles.css b/static/css/styles.css index 7d3ad97..f2f7e47 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1,14 +1,16 @@ :root { - --primary-color: #3498db; - --secondary-color: #2ecc71; - --accent-color: #e74c3c; - --text-color: #34495e; + --primary-color: #438566; + --secondary-color: #cfc797; + --accent-color: #732d35; + --text-color: #003136; --background-color: #ecf0f1; - --link-color: #2980b9; - --border-color: #bdc3c7; + --link-color: #ab710e; + --border-color: #908b69; --shadow: rgba(0, 0, 0, 0.1); --dark-shadow: rgba(0, 0, 0, 0.2); } + + body, h1, h2, ul, li { margin: 0; padding: 0; -- cgit v1.2.3