From f88474217331d053c923d15e03006c489ba18db3 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Wed, 8 Apr 2020 20:15:05 +0200 Subject: [PATCH] fix in table links appearance --- website/static/css/react-native.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/website/static/css/react-native.css b/website/static/css/react-native.css index abea4954bbb..bd34970869d 100644 --- a/website/static/css/react-native.css +++ b/website/static/css/react-native.css @@ -75,13 +75,15 @@ body, } p a, -li a { +li a, +article td a { background-color: rgba(187, 239, 253, 0.3); border-bottom: 1px solid rgba(0, 0, 0, 0.2); } p a:hover, -li a:hover { +li a:hover, +article td a:hover { background-color: #bbeffd; border-bottom-color: $text; }