From a0577968f529d833ba07d2af8b29ea7cd82bb510 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 27 Oct 2014 10:56:32 -0700 Subject: [PATCH] Fix filename color in Tomorrow style. #179 --- src/General/css/tomorrow.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/General/css/tomorrow.css b/src/General/css/tomorrow.css index 09cd7cd40..e7241c0af 100755 --- a/src/General/css/tomorrow.css +++ b/src/General/css/tomorrow.css @@ -53,6 +53,9 @@ border-color: rgb(129, 162, 190) !important; background-color: rgb(30,32,36); } +:root.tomorrow #qr-filename { + color: rgb(197,200,198); +} :root.tomorrow .qr-link { border-color: rgb(25, 27, 31) rgb(25, 27, 31) rgb(10, 12, 16); background: linear-gradient(#37393D, #282A2E) repeat scroll 0% 0% transparent;