From 55520e8ba733d05136f32e412cb21c26c0bc0fdc Mon Sep 17 00:00:00 2001 From: anon Date: Tue, 13 Sep 2022 22:22:22 -0300 Subject: [PATCH] fixed about --- charts/templates/charts/about.html | 49 ++++++++++++++++++++---------- charts/templates/charts/base.html | 2 +- 2 files changed, 34 insertions(+), 17 deletions(-) diff --git a/charts/templates/charts/about.html b/charts/templates/charts/about.html index 89c3b7b..e570f80 100644 --- a/charts/templates/charts/about.html +++ b/charts/templates/charts/about.html @@ -7,11 +7,20 @@ word-break: break-all; } .link { - color: #d9534f; + color: #ff4d21; } .link:hover { - color: #ef6863; + color: #ff8262; + text-decoration: none; + } + .pill { + background: #ff4d21; + color: #1e1c1b; + } + + .pill:hover { + background: #ff8262; text-decoration: none; } @@ -30,16 +39,16 @@

-
+
-
+
Morpheus
-
+
@@ -60,7 +69,7 @@
-
+
@@ -80,7 +89,7 @@
-
+
@@ -101,9 +110,9 @@
-
+
-
+

About this website

@@ -124,17 +133,25 @@ just simply a privacy nightmare to pay or receive payment from someone without using fungible money. Bitcoin is not fungible, which means different Bitcoins are different from each other, since both have different - (and verifiable) history. Will you also take the red pill? + (and verifiable) history. Will you also take the orange pill?

- Take the Redpill - Take the - Bluepill +
-
+

Crowdfunding to help us

@@ -167,8 +184,8 @@

-
diff --git a/charts/templates/charts/base.html b/charts/templates/charts/base.html index 194619c..97bee3c 100644 --- a/charts/templates/charts/base.html +++ b/charts/templates/charts/base.html @@ -48,7 +48,7 @@ } .border-left-new { - border-left-color: rgb(221, 29, 29); + border-left-color: #ff4d21; border-left-width: 5px; } div.a {