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