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 */