Skip to content

Commit

Permalink
fix: footer is now clickable #4
Browse files Browse the repository at this point in the history
  • Loading branch information
r3tr0ananas committed Apr 11, 2024
1 parent 28d6f5a commit 910e1f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion src/templates/footer.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<footer class="absolute bottom-4 w-full text-center opacity-20 font-bold">
<footer class="absolute bottom-4 w-full text-center opacity-20 font-bold z-10">
<p>site work in progress</p>

<a href="https://github.com/mov-cli/mov-cli.github.io" class="mt-2">Source Code</a>
Expand Down
16 changes: 0 additions & 16 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,6 @@ module.exports = {
fontFamily: {
"spacegrotesk": ["Space Grotesk"]
},
colors: {
aGrey: {
DEFAULT: "#505050",
100: "#606060",
300: "#505050",
500: "#404040",
700: "#2d2d2d",
800: "#282828"
},
aDark: {
DEFAULT: "#0e1114",
100: "#2e3741",
500: "#191e23",
800: "#0e1114"
}
},
},
}
}

0 comments on commit 910e1f0

Please sign in to comment.