changed a color to the same as titles

This commit is contained in:
jorge-vitrubio 2021-11-15 16:39:07 +01:00
parent b482acda67
commit cf56c8b912
1 changed files with 15 additions and 0 deletions

View File

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