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