feat: add tag filter on homepage
This commit is contained in:
committed by
Mathias Schopmans
parent
e42b175ab7
commit
13591b9672
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user