From 6a6fa3e3b53c774fce51e41cd7fc4a8b80a14d61 Mon Sep 17 00:00:00 2001 From: Renere Date: Sun, 2 Oct 2022 12:53:33 +1030 Subject: [PATCH] Nord Theme - Make links have a different colour (#1900) --- ui/src/themes/nord.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/src/themes/nord.js b/ui/src/themes/nord.js index c90124d63..f4c64ccc0 100644 --- a/ui/src/themes/nord.js +++ b/ui/src/themes/nord.js @@ -386,6 +386,11 @@ export default { margin: '0 5px 0 5px', }, }, + RaLink: { + link: { + color: '#81A1C1', + }, + }, RaPaginationActions: { currentPageButton: { border: '2px solid rgba(255,255,255,0.25)',