From 696ae495aca701c3431710e5dfc03e15aba2f74e Mon Sep 17 00:00:00 2001 From: Vika Date: Mon, 17 May 2021 04:12:48 +0300 Subject: Refactoring, easter egg, healthcheck endpoint, support for rel= indieweb APIs and preparation for onboarding --- src/frontend/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/frontend/style.css') diff --git a/src/frontend/style.css b/src/frontend/style.css index 2c43808..1d6586b 100644 --- a/src/frontend/style.css +++ b/src/frontend/style.css @@ -5,6 +5,9 @@ --font-normal: 'Lato', sans-serif; --font-accent: 'Caveat', cursive; --type-scale: 1.250; + + --primary-accent: purple; + --secondary-accent: gold; } * { box-sizing: border-box; @@ -31,9 +34,9 @@ h6, .normal {font-size: 1rem;} small, .small { font-size: 0.8em; } nav#headerbar { - background: purple; + background: var(--primary-accent); color: whitesmoke; - border-bottom: .75rem solid gold; + border-bottom: .75rem solid var(--secondary-accent); padding: .3rem; vertical-align: center; position: sticky; -- cgit 1.4.1