diff options
author | Frankie B <git@diskfloppy.me> | 2024-07-12 22:43:53 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2024-07-12 22:43:53 +0100 |
commit | 39e4a6b590e9639d58bade332b4d3d003531ea33 (patch) | |
tree | 7e9e6ef42c654097bd8b5057704dc6f031767d8d /public/css/master.css | |
parent | 6f695daddceff036cb969eed268e9ada7741dc8a (diff) |
Minor improvements
Diffstat (limited to 'public/css/master.css')
-rw-r--r-- | public/css/master.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/css/master.css b/public/css/master.css index 63dad4e..190d2a5 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -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; } |