feat: add tag filter on homepage

This commit is contained in:
Mathias Schopmans
2024-02-27 16:17:24 +01:00
committed by Mathias Schopmans
parent e42b175ab7
commit 13591b9672
9 changed files with 127 additions and 8 deletions

View File

@@ -10,6 +10,7 @@
--text: #575757;
--highlight: #029df7;
--border: rgba(255, 255, 255, 0.1);
--tag: rgba(255, 255, 255, 0.1);
--overlay: #081a37b5;
--dialog-bg: #173d7a;
@@ -24,12 +25,9 @@
margin: 0;
}
html {
scroll-behavior: smooth;
}
html,
body {
scroll-behavior: smooth;
max-width: 100vw;
margin: 0;
padding: 0;
@@ -62,6 +60,7 @@ img {
svg {
display: block;
fill: currentColor;
}
h1,