From bf6d81e958dc481e9e35f043b739aba9b47abcd5 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Mon, 16 Dec 2019 11:28:05 -0500 Subject: [PATCH] Added some small UI tweaks for tridactyl theme. --- tridactyl/themes/onedark.css | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/tridactyl/themes/onedark.css b/tridactyl/themes/onedark.css index be64698..e990e5c 100644 --- a/tridactyl/themes/onedark.css +++ b/tridactyl/themes/onedark.css @@ -129,19 +129,20 @@ .TridactylStatusIndicator { background: var(--tridactyl-bg) !important; - border: 1px var(--base0B) solid !important; + border: 1px var(--tridactyl-bg) solid !important; color: var(--base0B); border: unset !important; bottom: 0 !important; - font-size: 12pt !important; + font-size: 10pt !important; padding: 0.8ex !important; position: fixed !important; } -/* /\* #Ocean-normal { *\/ */ -/* /\* border-color: green !important; *\/ */ -/* /\* } *\/ */ +.TridactylModeignore{ + background: var(--base0A) !important; + border: 1px var(--base0A) solid !important; + color: var(--tridactyl-of-fg) !important; +} -/* /\* #Ocean-insert { *\/ */ -/* /\* border-color: yellow !important; *\/ */ -/* /\* } *\/ */ +.TridactylModenormal{ +}