Minor improvements
This commit is contained in:
parent
6f695daddc
commit
39e4a6b590
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue