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

Location Editing Part 2

Bulk uploading has been added and some inconsistencies in the templates
have been addressed. Still needs work but it's starting to feel like a
cohesive experience.

With the base data entry funcationality in place, now really polishing
can begin as well as establishing what roles can do what.

Smoothing out entry editing will be addressed as well.
This commit is contained in:
Ro
2023-01-03 16:08:50 -08:00
parent 3410abd70a
commit 26f3cbe994
9 changed files with 310 additions and 11 deletions

View File

@ -50,5 +50,6 @@ sup {
color: var(--white);
padding: 2px;
border-radius: 3px;
vertical-align: text-bottom;
vertical-align: baseline;
font-family: var(--mono-type);
}

View File

@ -18,5 +18,10 @@ section[role="loc-index"] {
section a {
color: var(--white);
border-bottom: 1px solid var(--secondary);
border-bottom: 1px solid var(--highlight);
}
section a:hover {
border-bottom: 1px solid var(--secondary);
padding-bottom: 2px;
}