From 84517b7c92efdb0b169614b625a2bea85d1d67f1 Mon Sep 17 00:00:00 2001 From: Frankie B Date: Fri, 12 Jul 2024 22:43:53 +0100 Subject: [PATCH] Minor improvements --- public/css/master.css | 2 ++ 1 file changed, 2 insertions(+) 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; }