From 4ac28ce19dbc85259571b7e7f422e434061997b0 Mon Sep 17 00:00:00 2001 From: sparks-alec Date: Wed, 25 Jan 2023 23:00:20 -0500 Subject: [PATCH] lil style tweak for plugin error screens --- src/assets/css/plugin_default.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/assets/css/plugin_default.css b/src/assets/css/plugin_default.css index 3a82e48..81eb742 100644 --- a/src/assets/css/plugin_default.css +++ b/src/assets/css/plugin_default.css @@ -43,7 +43,9 @@ header h2 { header h2 { color: #b6b6b6; } - +h3 { + font-weight: 300; +} table.cv-table { border: none; table-layout: fixed;