From b4ef84bc04407960d4216328792a2a73dff4ae1b Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:46:29 -0600 Subject: [PATCH] nav: increase padding and make text bold --- default.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default.css b/default.css index b5d8a20..777914d 100644 --- a/default.css +++ b/default.css @@ -16,10 +16,11 @@ body { .navItem { margin: 6px; margin-top: 0px; - padding: 8px; + padding: 16px; line-height: 21px; display: inline-block; text-align: right; + font-weight: bold; } #top {