From c844a71071324b679d584be702f81895e177677c Mon Sep 17 00:00:00 2001 From: QuickMythril Date: Wed, 13 Mar 2024 22:41:08 -0400 Subject: [PATCH] Modify link color --- src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.css b/src/index.css index 5b3f63f..d1385e5 100644 --- a/src/index.css +++ b/src/index.css @@ -151,6 +151,10 @@ body::-webkit-scrollbar-thumb:hover { fill: red; } +a { + color: #0254f1; +} + .qortal-link { text-decoration: none; /* Removes the underline */ color: inherit; /* Inherits the color of the parent element */