make style monochrome (blue => black)

This commit is contained in:
Nuno Sempere 2023-06-18 00:39:42 +00:00
parent 4581af875a
commit 0ce0990473

View File

@ -65,7 +65,8 @@ nav {
nav a{
text-decoration: none;
color: #005386;
/* color: #005386; */
color: black;
}
nav a:hover {
@ -114,7 +115,8 @@ footer {
/* links */
a {
color: #005386;
/* color: #005386; */
color: black;
}
/* Images and figures */
@ -155,9 +157,11 @@ img {
blockquote{
width:60%;
margin: 5px auto;
color: #555555;
/* color: #555555; */
color: black;
padding: 1.2em 30px 1.2em 75px;
border-left:8px solid #005386 ;
/* border-left: 8px solid #005386 ; */
border-left: 8px solid black;
line-height:1.3;
position: relative;
background: #F0F0F0;
@ -166,7 +170,8 @@ blockquote{
blockquote::before{
font-family:Arial;
content: "\201C";
color:#005386;
/* color:#005386; */
color: black;
font-size:4em;
position: absolute;
left: 10px;
@ -221,7 +226,8 @@ th {
*/
table {
border: 3px solid #005386;
/* border: 3px solid #005386; */
border: 3px solid black;
border-collapse: collapse;
table-layout: fixed;
text-align: left;
@ -234,11 +240,13 @@ table thead {
}
table tbody tr:nth-child(even) {
background: #E9F1F4;
/* background: #E9F1F4; */
background: #ededed;
}
table th {
background: #005386;
/* background: #005386; */
background: black;
color: #fcfcfc;
font-weight: bold;
}
@ -250,7 +258,8 @@ table th {
/* Newsletter stuff */
.subscribe-button {
background: #0055d4;
/* background: #0055d4; */
background: black;
padding: 15px 30px;
border-radius: 3px;
border: 0;