Update frontpage
Use list instead of search as the frontpage
This commit is contained in:
@ -33,6 +33,7 @@ header.menu {
|
||||
transition: 0.3s ease all;
|
||||
grid-area: content;
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
background: var(--back-color);
|
||||
&::-webkit-scrollbar-track {
|
||||
background-color: var(--scrollbar-back-color);
|
||||
|
||||
Reference in New Issue
Block a user