From 1faaa367eafb1579b78da3e74c98b5d3f0da8b81 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 7 Nov 2022 08:57:38 -0500 Subject: [PATCH] Change light theme colors again, change hr style --- themes/red/assets/css/site.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/themes/red/assets/css/site.css b/themes/red/assets/css/site.css index 8178537..461dd31 100644 --- a/themes/red/assets/css/site.css +++ b/themes/red/assets/css/site.css @@ -68,8 +68,8 @@ body { :root { --primary-accent: #9f5858; --secondary-accent: #c99192; - --border-color: #325e8d; - --background-primary: #eff1ff; + --border-color: #b57f7f; + --background-primary: #fffbf9; --background-secondary: #ffffff; --text-color: #363131; --link-visited: #460b0b; @@ -214,3 +214,9 @@ h2 { iframe { border: 1px solid gray; } + +hr { + background-color: var(--border-color); + height: 1px; + border: 0; +}