From 1095f4d1572f3c5b68ca55105018341e17863949 Mon Sep 17 00:00:00 2001 From: olav Date: Wed, 20 Apr 2022 15:46:59 +0200 Subject: [PATCH] refactor: remove default link color (#891) --- frontend/src/themes/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/themes/app.css b/frontend/src/themes/app.css index 15658cf66e..f493986334 100644 --- a/frontend/src/themes/app.css +++ b/frontend/src/themes/app.css @@ -133,6 +133,10 @@ p { padding: 0; } +a { + color: inherit; +} + #app { height: 100%; }