From 9a2191241686980893cb3d01b2938062e50d87a0 Mon Sep 17 00:00:00 2001 From: panr Date: Mon, 3 Mar 2025 11:11:04 +0100 Subject: [PATCH] make terminal logo more prominent --- assets/css/header.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/header.css b/assets/css/header.css index 120dd1c..309a798 100644 --- a/assets/css/header.css +++ b/assets/css/header.css @@ -35,6 +35,7 @@ text-decoration: none; background: var(--accent); color: var(--background); + font-weight: bold; padding: 5px 10px; }