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

CSV Export for Mastdon

Added a link to export current active sites in the DB to a consumable
CSV file. More formats will be added but this one needs to be tested
first based on the ubiquity of Mastodon
This commit is contained in:
Ro
2023-04-12 16:46:21 -07:00
parent b8eda54267
commit 88e78f2c4a
5 changed files with 89 additions and 0 deletions

View File

@ -0,0 +1,12 @@
section[role="exports"] {
background: var(--primary);
width: 100%;
max-width: 600px;
padding: 10px;
margin: 0 auto;
color: var(--white);
}
section[role="exports"] a {
color: var(--highlight);
}

View File

@ -7,3 +7,4 @@
@import "about.css";
@import "listing.css";
@import "location.css";
@import "exports.css";