refactor(style.css): replace hex with var value

This commit is contained in:
2025-06-16 14:10:00 +02:00
parent fe82dad557
commit 6979fe17e7

View File

@@ -82,7 +82,7 @@ header a {
.button {
display: inline-block;
padding: 0.5rem 1rem;
background-color: #8fbcbb;
background-color: var(--nord-acc0);
color: var(--nord-bg0);
border: none;
border-radius: 0.25rem;