Import SVG icon & Add dark mode

This commit is contained in:
2020-11-21 11:13:03 +01:00
parent 19db34f3dd
commit aba835f122
42 changed files with 211 additions and 9334 deletions

View File

@@ -1,4 +1,13 @@
img, svg, path, g {
z-index: 0;
.icon {
transform: translate(3px, -3px);
z-index: 1;
}
img, svg {
position: static;
}
* {
@apply select-none outline-none ;
}