Files
life_generators/styles.css
lifeadventurer 639c1f047f feat(gallery): add last update time info to card footers
Enhance generator gallery by displaying the time difference since the last update in the footer by each card. This information is obtained from the GitHub API for the specified folders.
2023-11-24 20:24:43 +08:00

18 lines
210 B
CSS

body {
background-color: #ffffff;
}
h1 {
align-items: center;
text-align: center;
color: #363636;
}
.container {
margin-top: 30px;
}
.card-footer {
background-color: #343a40;
color: #adb5bd;
}