From d3cbdb217c58fef23e061bcae6db7f4824d4f159 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 10 Oct 2023 08:19:33 +0200 Subject: [PATCH] ui: ceph warnings: use normal font-weight The use of the
 tag will result in font-family `monospace`, and
monospace fonts are often a bit odd w.r.t. size and weight. E.g.,
without this I get a light-font selected, which is hardly visible.

Set the weight to normal, which should not hurt those that got a
better font selection by there system/browser already.

Signed-off-by: Thomas Lamprecht 
---
 www/css/ext6-pve.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/css/ext6-pve.css b/www/css/ext6-pve.css
index feac1103..f386fd12 100644
--- a/www/css/ext6-pve.css
+++ b/www/css/ext6-pve.css
@@ -715,4 +715,5 @@ table.osds td:first-of-type {
     white-space: pre-wrap;
     margin: 0;
     padding-bottom: 10px;
+    font-weight: normal;
 }
-- 
2.39.2