feat: add FontAwesome symbols for directories

This commit is contained in:
David Bailey 2024-01-04 16:05:16 +01:00
parent 87a14e0624
commit 62089b9ee2
5 changed files with 46 additions and 6 deletions

View file

@ -6,6 +6,11 @@
padding: 0;
}
svg {
fill: var(--text_1);
padding-top: 0.1rem;
}
body {
--bg_1: #0e0a2a;
--bg_2: #2c2943;