From 4ab4286b250c33c97ae152e054cdeb4bfdaf1649 Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Mon, 13 Jan 2025 08:55:58 +0100 Subject: [PATCH] Make text in panel headings bold Makes the heading pop a bit more in the new airier layout. --- app/styles/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/base.css b/app/styles/base.css index 60c092a5..944e32af 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -486,6 +486,7 @@ html { gap: 6px; color: white; font-size: 20px; + font-weight: bold; white-space: nowrap; } .noVNC_panel .noVNC_heading img {