implement export all

This commit is contained in:
Ean Milligan
2026-04-24 14:28:01 -04:00
parent 31e3e13ab9
commit f412f06e10
7 changed files with 85 additions and 24 deletions

View File

@@ -20,6 +20,15 @@ a {
text-decoration:none;
color:white;
}
.btn {
font: 13.333px Sans;
padding: 1px 6px;
border: 1px outset buttonborder;
border-radius: 3px;
color: buttontext;
background-color: buttonface;
text-decoration: none;
}
li {
margin:0.5rem 0;
}