From ba60077962521b50819a5c6471aa7d81cf866692 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 9 Apr 2025 11:44:45 +0200 Subject: Style fix --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 2b11ba7..507f14d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -14,7 +14,7 @@ :root { --first-child-width: 150px; --primary-color: gainsboro; - --secondary-color: #555; + --secondary-color: black; --tertiary-color: #eee; --code-color: #f9f9f9; --border-width: 1px; -- cgit v1.2.3