From 2df50d734f90be49501db41ac21e99e91c40e8b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Thu, 12 Apr 2018 00:57:07 -0400 Subject: [PATCH 1/2] Fix "More" preview button color --- crypto.css | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/crypto.css b/crypto.css index 01ae62e..89e3a74 100644 --- a/crypto.css +++ b/crypto.css @@ -8,19 +8,15 @@ Author: Aynik GitHub: https://github.com/aynik */ +:root { + --link-color: #00ff0e; +} + body { background: #000; font: 16px Consolas, Menlo, Monaco, "Lucida Console", "DejaVu Sans Mono", "Courier New", monospace; } -a { - color: #00ff0e; -} - -a:hover { - color: #3eff48; -} - #windows .window h2, #windows .window h3 { color: #666; From 6ddbe74b2ab44d09edf01a2447c577a9d6f47b37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Thu, 12 Apr 2018 00:59:08 -0400 Subject: [PATCH 2/2] Fix link preview height --- crypto.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto.css b/crypto.css index 89e3a74..8b27c9c 100644 --- a/crypto.css +++ b/crypto.css @@ -105,5 +105,5 @@ body { /* Previews */ #chat .toggle-text { - line-height: initial; + line-height: 1.4; }