aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crypto.css14
1 files changed, 5 insertions, 9 deletions
diff --git a/crypto.css b/crypto.css
index 01ae62e..8b27c9c 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;
@@ -109,5 +105,5 @@ a:hover {
/* Previews */
#chat .toggle-text {
- line-height: initial;
+ line-height: 1.4;
}