From cf56c8b912c03d0755ab60c50827a39be0eb2fd3 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Mon, 15 Nov 2021 16:39:07 +0100 Subject: [PATCH] changed a color to the same as titles --- css/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/css/style.css b/css/style.css index 07e1633..5f7e4f0 100644 --- a/css/style.css +++ b/css/style.css @@ -16,6 +16,12 @@ h1 { h2, h3 { font-size: 20px; } +a { + color: #cf3b3b; +} +a:hover{ + color: #a63030; +} div.page-top { background-color: #dddddd; @@ -115,7 +121,16 @@ div.region-top { border-radius: 0.4rem; } +/******************* + TABLES */ + .table-bordered * { + border:none; + } + td { + padding-top: 2rem !important; + padding-bottom: 2rem !important; +} /******************* MENU */