From 8c09ea0b4068dda56b947514476f7a59f3d4edaa Mon Sep 17 00:00:00 2001 From: iyanfdezz Date: Mon, 11 Mar 2024 12:48:30 +0100 Subject: [PATCH] More css fixes --- webapp/src/pages/Sobre/Sobre.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/webapp/src/pages/Sobre/Sobre.css b/webapp/src/pages/Sobre/Sobre.css index b07fe3f3..709a0494 100644 --- a/webapp/src/pages/Sobre/Sobre.css +++ b/webapp/src/pages/Sobre/Sobre.css @@ -14,28 +14,31 @@ } .designers-table { + border-radius: 15px; width: 100%; border-collapse: collapse; margin-top: 20px; } .designers-table th, .designers-table td { - border: 1px solid #ddd; + border: 1px solid inherit; padding: 8px; text-align: left; } .designers-table th { - background-color: #f2f2f2; + background-color: inherit; } .designers-table tr:nth-child(even) { - background-color: #f2f2f2; + background-color: inherit; } .designers-table a { text-decoration: none; - color: #333; + color: inherit; + border: none; + box-shadow: none; } .designers-table a:hover {