Sort icons

Fix Footer
This commit is contained in:
2020-10-30 13:08:51 +01:00
parent 7547213960
commit 1e1f13d895
45 changed files with 137 additions and 84 deletions

View File

@@ -1,3 +1,8 @@
img {
img, svg, path, g {
z-index: 0;
}
.dark-mode {
@apply bg-gray-800;
@apply text-white;
}