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

CSV Export and API instructions

Added descriptions for usage of the site to the about page, including
the first CSV export as well as instructions for using the API to search
for sites programtically.
This commit is contained in:
Ro
2023-05-07 13:50:12 -07:00
parent 075ae34a02
commit c7fecca9d2
2 changed files with 54 additions and 10 deletions

View File

@ -68,6 +68,17 @@ a:hover {
border-bottom: 1px solid var(--secondary);
}
pre {
white-space: pre;
background: var(--secondary);
}
code {
background: var(--secondary);
color: var(--primary);
padding: 3px;
}
sup {
background: var(--black);
color: var(--white);