mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
Update Footer.astro
This commit is contained in:
@@ -19,8 +19,8 @@ const currentYear = new Date().getFullYear();
|
||||
.site-footer {
|
||||
margin-top: auto;
|
||||
padding: 1.5rem 1rem;
|
||||
background-color: #f9fafb;
|
||||
border-top: 1px solid #e5e7eb;
|
||||
background-color: var(--color-bg-footer, #f9fafb);
|
||||
border-top: 1px solid var(--color-border, #e5e7eb);
|
||||
}
|
||||
|
||||
.footer-content {
|
||||
@@ -37,17 +37,17 @@ const currentYear = new Date().getFullYear();
|
||||
.icp {
|
||||
margin: 0;
|
||||
font-size: 0.875rem;
|
||||
color: #6b7280;
|
||||
color: var(--color-text-secondary, #6b7280);
|
||||
}
|
||||
|
||||
.icp a {
|
||||
color: #6b7280;
|
||||
color: var(--color-text-secondary, #6b7280);
|
||||
text-decoration: none;
|
||||
transition: color 0.2s ease;
|
||||
}
|
||||
|
||||
.icp a:hover {
|
||||
color: #111827;
|
||||
color: var(--color-text-primary, #111827);
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user