From b9579bffb2ecbfbdf0837436d39aa5e5342783e6 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 11 Apr 2022 17:05:46 +0100 Subject: [PATCH] Change edits style --- epicyon-profile.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 4062d2729..a60c47c5d 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -263,13 +263,11 @@ mark { } .diff_add { - color: var(--main-link-color); - text-decoration: underline; + color: var(--time-color); } .diff_remove { color: var(--title-color); - text-decoration: underline; } .accesskeys {