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

Added support of fedifence CSV and pagination

Populated the DB with entries from a fedifence export provided by
@Oliphant (https://codeberg.org/oliphant/blocklists).

As such also updated the appropriate templates with pagination to be
able to peruse through the location directory.

Also added an edit link on the location template front end to make
finding and updating instance info easy.
This commit is contained in:
Ro
2023-01-23 19:59:51 -08:00
parent b9298451b7
commit 245531faf6
10 changed files with 234 additions and 21 deletions

View File

@ -9,8 +9,19 @@ section[role="listings"] {
section[role="listings"] a {
color: var(--highlight);
font-size: 2.5em;
font-size: 2em;
font-weight: bold;
border: 0;
display: block;
}
section[role="listings"] a label {
color: var(--secondary);
font-size: 0.3em;
text-decoration: underline;
font-family: var(--mono-type);
}
section[role="listings"] a:hover {
color: var(--white);
}