Dark mode done

This commit is contained in:
2021-10-02 15:49:23 -03:00
parent fdbd8a1be6
commit e4f3bccd8c
33 changed files with 604 additions and 80 deletions

View File

@@ -8,6 +8,7 @@
justify-content: center;
height: 17vh;
box-sizing: border-box;
a {
text-decoration: none;
@@ -69,4 +70,9 @@
font-size: 13pt;
}
}
}
.header-main-page.dark-mode-component {
background-color: $main-color-dark;
border-bottom: 1px solid #ffffff72;
}