1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-06-25 16:04:37 -05:00

Listing style tweaks

Cleaned up pagination to make it easier to identify what page is
currently being displayed and tweaks font sizes of page links for better
legibility.
This commit is contained in:
Ro
2023-02-09 12:34:51 -08:00
parent 245531faf6
commit 40dc5bf117
3 changed files with 51 additions and 11 deletions

View File

@ -12,7 +12,6 @@ section[role="listings"] a {
font-size: 2em;
font-weight: bold;
border: 0;
display: block;
}
section[role="listings"] a label {
@ -25,3 +24,13 @@ section[role="listings"] a label {
section[role="listings"] a:hover {
color: var(--white);
}
section[role="listings"] div[role="paginate"] {
padding: 5px;
}
section[role="listings"] div[role="paginate"] span {
vertical-align: super;
font-weight: bold;
font-size: 1.5em;
}