Add buttons

wew
This commit is contained in:
Salt 2020-12-21 00:58:07 -06:00
parent 8f400c78fe
commit 0e529ec77d
1 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,11 @@ a {
a:hover {
color: var(--link-hover);
}
a.button {
background: var(--background-dark);
display: inline-block;
padding: 1em;
}
dl {
list-style-type: none;
margin: 0;