From c15a17af488ef11d113375f72810b827d1f55f88 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Mon, 23 Mar 2020 14:32:16 +0000 Subject: [PATCH] [Library | Trunk]: Change uk-text-muted and html's color git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58320 d315682c-612b-4755-9ff5-7f18f6832af3 --- library.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/library.css b/library.css index 55364ae..df9fbd6 100644 --- a/library.css +++ b/library.css @@ -1816,4 +1816,12 @@ ul.portalTabs.uk-tab::before { .uk-textarea{ border: 1px solid rgba(0, 0, 0, 0.42) !important; +} + +.uk-text-muted { + color: #aaa !important; +} + +html { + color: #1d1d1d !important; } \ No newline at end of file