feat: add style for listing metadata

Introduced a new CSS class for listing metadata to ensure consistent font size and color across the UI. This enhances the readability of metadata elements and aligns with the overall design aesthetics.

Fixes #26
This commit is contained in:
Kumi 2024-08-25 16:42:06 +02:00
parent 8a07e7a1ef
commit 08b03e7989
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -287,6 +287,11 @@ section > .category-link::after {
font-size: small;
}
.listing-metadata {
font-size: 0.8em;
color: #555;
}
/* Navbox styling */
.navbox {
padding: 3px;