refactor/add build time to page footers

This commit is contained in:
2025-07-16 10:06:41 -04:00
parent 289411c8eb
commit 8f7b0f2719
12 changed files with 28964 additions and 127 deletions

View File

@@ -1,5 +1,4 @@
@import "tailwindcss";
@import "primereact/resources/themes/bootstrap4-dark-blue/theme.css";
@custom-variant dark (&:where([data-theme=dark], [data-theme=dark] *));
@plugin "@tailwindcss/typography";
@@ -161,6 +160,11 @@ blockquote p:first-of-type::after {
Custom
*/
.footer {
display: grid;
align-items: end;
}
.header-text, .footer-text {
font-family: "bebas_neueregular";
}