From 536a5918f2daddbef7cbcc6a06de651fc2239abe Mon Sep 17 00:00:00 2001 From: Kevin Payravi Date: Thu, 22 Aug 2024 20:22:12 +0100 Subject: [PATCH] Adjust tab font color, for contract Tab text is now the same color (#555), with the selected tab bolded --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 469fe1e..f7200e1 100644 --- a/style.css +++ b/style.css @@ -457,14 +457,15 @@ tr:nth-child(odd) { border-top: 2px solid #B22222; border-bottom: 0px solid; color: #555; + font-weight: 600; } .member-tab + label { border: 0px solid; - color: #BBBBBB; display: inline-block; padding: 15px 25px; text-align: center; + color: #555; } .member-tab + label:hover {