mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-09 22:53:49 +08:00
feat: add build date to footer
Displays the UTC date the site was last built in the footer so visitors can see how fresh the data is. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -908,12 +908,23 @@ th[data-sort].sort-asc::after {
|
||||
text-underline-offset: 0.2em;
|
||||
}
|
||||
|
||||
.footer-left {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.3rem;
|
||||
}
|
||||
|
||||
.footer-brand {
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.03em;
|
||||
color: oklch(82% 0.02 75);
|
||||
}
|
||||
|
||||
.footer-date {
|
||||
font-size: 0.7rem;
|
||||
color: oklch(50% 0.02 55);
|
||||
}
|
||||
|
||||
.footer-links {
|
||||
display: block;
|
||||
text-align: right;
|
||||
|
||||
Reference in New Issue
Block a user