Merge pull request #36 from PR0M3TH3AN/codex/rename-footer-links-and-relocate-github-link

Update footer links structure
This commit is contained in:
thePR0M3TH3AN
2025-07-10 16:12:13 -04:00
committed by GitHub
3 changed files with 21 additions and 4 deletions

View File

@@ -95,6 +95,7 @@ main {
text-align: center;
padding: 1rem;
background: var(--sidebar-bg);
position: relative;
}
.footer-links {
margin-bottom: 0.5rem;
@@ -104,6 +105,18 @@ main {
text-decoration: none;
color: var(--text-color);
}
.footer-permanent-links {
position: absolute;
right: 0.5rem;
bottom: 0.25rem;
font-size: 0.8rem;
opacity: 0.7;
}
.footer-permanent-links a {
margin-left: 0.5rem;
text-decoration: none;
color: var(--text-color);
}
@media (max-width: 768px) {
.sidebar {
position: fixed;