cmc/thelounge-theme-crypto

🎨 Retro & high-contrast theme

clone: git clone https://gitbay.org/cmc/thelounge-theme-crypto.git

2df50d734f90be49501db41ac21e99e91c40e8b4

signed_unknown_key

author: Jérémie Astori <jeremie@astori.fr> · 2018-04-12T04:57:07Z

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;