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:
parent
8a07e7a1ef
commit
08b03e7989
1 changed files with 5 additions and 0 deletions
|
@ -287,6 +287,11 @@ section > .category-link::after {
|
|||
font-size: small;
|
||||
}
|
||||
|
||||
.listing-metadata {
|
||||
font-size: 0.8em;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
/* Navbox styling */
|
||||
.navbox {
|
||||
padding: 3px;
|
||||
|
|
Loading…
Reference in a new issue