- closes #146
- minor cleanup and cosmetic changes
This commit is contained in:
Shiny Nematoda 2023-11-12 14:10:20 +00:00
parent 7e88b8e73a
commit cdded78de8
10 changed files with 653 additions and 598 deletions

View file

@ -204,6 +204,7 @@ button {
background: transparent;
color: var(--color-text);
appearance: none;
cursor: pointer;
}
button:focus {
outline: none;
@ -398,6 +399,23 @@ img {
}
}
/* Table */
th,
td {
margin: 0.25rem 0.5rem;
padding: 0.5rem 0.75rem;
border-radius: 0.125rem;
background-color: var(--color-background-mute);
}
th {
font-weight: bolder;
}
td {
text-align: center;
max-width: 40vw;
overflow-wrap: break-word;
}
/* Animations */
.bars-wrap {
flex-shrink: 0;

View file

@ -1,3 +1,3 @@
{
"date": "2023-10-08"
"date": "2023-11-12"
}