Update extractor to run on every commit

This commit is contained in:
Angelos Chalaris
2019-08-30 20:05:22 +03:00
parent 37bab8ea6d
commit 95101e280a
2 changed files with 5 additions and 6 deletions

View File

@ -32,8 +32,8 @@ header.menu {
.content {
transition: 0.3s ease all;
grid-area: content;
overflow-x: hidden;
overflow: auto;
overflow-x: hidden;
background: var(--back-color);
&::-webkit-scrollbar-track {
background-color: var(--scrollbar-back-color);