changed a color to the same as titles
This commit is contained in:
parent
b482acda67
commit
cf56c8b912
|
@ -16,6 +16,12 @@ h1 {
|
||||||
h2, h3 {
|
h2, h3 {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
a {
|
||||||
|
color: #cf3b3b;
|
||||||
|
}
|
||||||
|
a:hover{
|
||||||
|
color: #a63030;
|
||||||
|
}
|
||||||
|
|
||||||
div.page-top {
|
div.page-top {
|
||||||
background-color: #dddddd;
|
background-color: #dddddd;
|
||||||
|
@ -115,7 +121,16 @@ div.region-top {
|
||||||
border-radius: 0.4rem;
|
border-radius: 0.4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*******************
|
||||||
|
TABLES */
|
||||||
|
|
||||||
|
.table-bordered * {
|
||||||
|
border:none;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding-top: 2rem !important;
|
||||||
|
padding-bottom: 2rem !important;
|
||||||
|
}
|
||||||
/*******************
|
/*******************
|
||||||
MENU */
|
MENU */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue