From 7a2df0fc4dd88b5b835ad6e9f3a7fb41370734d1 Mon Sep 17 00:00:00 2001
From: Kumi <git@kumi.email>
Date: Sun, 20 Oct 2024 21:29:15 +0200
Subject: [PATCH] style(css): make text more cecece

Adjusted the text color from pure white to a light gray (#cecece) to enhance readability against the black background.
---
 src/css/custom.css | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/css/custom.css b/src/css/custom.css
index 32ade67..549d3d0 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -1,6 +1,6 @@
 html {
     background-color: black;
-    color: #fff;
+    color: #cecece;
     font-style: normal;
     font-family: Arial, sans-serif;
 }
@@ -15,7 +15,7 @@ p.fiat-info {
 
 p.fiat-info span,
 a.fiat-tooltip {
-    color: white;
+    color: #cecece;
 }
 
 .btn {
@@ -75,7 +75,7 @@ input.form-control {
 }
 
 .btn-equals:hover {
-    color: white;
+    color: #cecece;
 }
 
 .equals-text {
@@ -83,7 +83,7 @@ input.form-control {
 }
 
 p {
-    color: white;
+    color: #cecece;
 }
 
 .gold {