Add footer

This commit is contained in:
Theo Browne
2025-02-14 22:26:53 -08:00
parent eea743e8d5
commit ac03327ecb
2 changed files with 24 additions and 0 deletions

View File

@@ -117,3 +117,24 @@ textarea {
.copy-button.copied {
background: #28a745;
}
/* Add footer styles */
.footer {
position: fixed;
bottom: 16px;
left: 0;
right: 0;
text-align: center;
font-size: 14px;
color: #666;
}
.footer a {
color: #666;
text-decoration: none;
font-weight: 500;
}
.footer a:hover {
color: #333;
}