From a9fee4ac5d01d0d52050df089067dfb9c422173a Mon Sep 17 00:00:00 2001 From: NEERAJA P Date: Wed, 16 Oct 2019 20:29:33 +0530 Subject: [PATCH] Style sheet updated --- code/login/style.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/code/login/style.css b/code/login/style.css index 9521bce..f8bc5b9 100644 --- a/code/login/style.css +++ b/code/login/style.css @@ -42,11 +42,11 @@ thead th, tfoot th { } th { - letter-spacing: 2px; + letter-spacing: 3px; } td { - letter-spacing: 1px; + letter-spacing: 2px; } tbody td { @@ -61,7 +61,6 @@ tfoot th { thead { color: white; - text-shadow: 1px 1px 1px black; } thead th, tfoot th, tfoot td { @@ -75,7 +74,7 @@ tbody tr:nth-child(odd) { } tbody tr:nth-child(even) { - opacity:0.8; + opacity:0.9; } tbody tr { @@ -91,5 +90,5 @@ caption { caption-side: bottom; color: #666; text-align: right; - letter-spacing: 1px; + letter-spacing: 2px; }