Minor improvements

This commit is contained in:
Roscoe 2024-07-12 22:43:53 +01:00
parent 217b24c1e8
commit 84517b7c92

View file

@ -94,6 +94,7 @@ caption {
}
button {
color: var(--foreground);
background-color: var(--background);
border: var(--foreground) solid 1px;
}
@ -255,6 +256,7 @@ table.computers {
}
table.computers td:first-child {
width: 350px;
text-align: center;
font-weight: bold;
}