refactor(style.css): replace hex with var value
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user