Adding an app defaults post

This commit is contained in:
Dan 2026-01-13 18:50:20 +00:00
parent 3eab65c59b
commit cc348eac50
4 changed files with 45 additions and 1 deletions

View file

@ -516,6 +516,13 @@
}
}
}
.blog-footer {
text-align: center;
padding: 1rem;
margin: auto;
font-size: 1rem;
}
}
// Tag filter navigation
@ -822,6 +829,7 @@
transition: all 0.3s ease;
text-shadow: 0 0 5px rgba(0, 255, 0, 0.5);
border-radius: 3px;
line-height: 2.2rem;
&:hover:not(.disabled) {
background: rgba(0, 255, 0, 0.2);