From e5c8f242ab4ca1db776d4ba29443d97cb0b04039 Mon Sep 17 00:00:00 2001 From: sparks-alec Date: Mon, 14 Feb 2022 03:24:19 -0500 Subject: [PATCH] additional formatting for troubleshooting text --- src/defaultPlugin.css | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/src/defaultPlugin.css b/src/defaultPlugin.css index 32d6128..da2ce94 100644 --- a/src/defaultPlugin.css +++ b/src/defaultPlugin.css @@ -1,5 +1,4 @@ body { - color: #6e6c6f; font-family: sans-serif; margin: 0px; margin-top: 40px; @@ -77,11 +76,30 @@ table.cv-table td { } .not-responding { + color: white; } .not-responding em { background-color: #3f3f3f; - color: white; padding: 2px 10px; display: inline-block; border-radius: 5px; } +.not-responding hr{ + margin-top: 100px; + border-color: #333; +} + +.device-info{ + color: #AAA; +} +.device-info h4, .device-info h2{ + color: #BBB; +} +.device-info em{ + background-color: #3f3f3f; + padding: 2px 5px; + display: inline-block; + border-radius: 5px; + color: #fdea08; + margin: 1px; +}