From f4138fbff51bc31a10d0fc8e3d6b87bb2793f837 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 18 Dec 2018 16:24:37 -0500 Subject: [PATCH] minor visual fine tuning to popup panel header --- src/css/popup.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/css/popup.css b/src/css/popup.css index 86a770511..44d3c0c44 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -33,18 +33,14 @@ a { align-items: flex-end; background-color: #444; border: 0; - color: #ccc; + color: #bbb; display: flex; - font-size: 80%; + font-size: smaller; justify-content: center; margin: 0; padding: 1px 0; width: 100%; } -#version { - font-size: 90%; - font-weight: normal; - } #panes { display: flex;