From 811871f51808776ae8371f1962e46e67bcb3a52a Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Wed, 7 Feb 2024 10:52:00 +0100 Subject: [PATCH] asdf --- assets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 094c9d5..119ac78 100644 --- a/assets/style.css +++ b/assets/style.css @@ -196,7 +196,7 @@ ul.navpage_list { display:flex; flex-direction:row; - /*width: 100%;*/ + width: 100%; gap:3.25rem; } @@ -333,4 +333,5 @@ button:hover { background: none; border: 2px solid var(--primary); width: 175px; + color: var(--primary-text); } \ No newline at end of file