style(style.css): remove commented-out code

This commit is contained in:
2026-02-28 23:43:37 +01:00
parent 54eec657a5
commit f54d974745

View File

@@ -47,7 +47,6 @@ header {
justify-content: space-between;
align-items: center;
background-color: var(--ctp-mantle);
/* color: var(--ctp-text); */
padding: 0.5rem 1rem;
}
@@ -89,11 +88,6 @@ header a {
text-decoration: none;
}
/* .button a:hover { */
/* color: var(--nord-bg0); */
/* text-decoration: none; */
/* } */
.button:hover {
background-color: var(--ctp-mauve);
cursor: pointer;
@@ -151,7 +145,6 @@ header a {
.select-table a {
display: block;
/* color: var(--nord-acc0); */
text-decoration: none;
transition: 0.1s ease-in-out;
}