From d7edcbd322f2f2984ad39fd2ecf703748b34a16a Mon Sep 17 00:00:00 2001 From: ale Date: Mon, 1 Dec 2025 20:54:50 +0100 Subject: [PATCH] IPFS link Signed-off-by: ale --- src/App.css | 10 ++++++++++ src/App.js | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index be27778..fec35b1 100644 --- a/src/App.css +++ b/src/App.css @@ -100,6 +100,11 @@ body { padding-left: 4rem; } +.subtitle a:hover, .subtitle a:focus, .subtitle a:active, .subtitle a:visited { + color:white; + text-decoration: none; +} + .App-main { flex: 1; max-width: 1200px; @@ -202,6 +207,11 @@ body { padding-left: 2.75rem; } + .subtitle a:hover, .subtitle a:focus, .subtitle a:active, .subtitle a:visited { + color:white; + text-decoration: none; + } + .App-main { padding: 1rem; gap: 1rem; diff --git a/src/App.js b/src/App.js index 69979ac..30452c4 100644 --- a/src/App.js +++ b/src/App.js @@ -176,7 +176,7 @@ function App() {