use a slightly less dark black
This commit is contained in:
parent
9eab227fbe
commit
1578212da8
|
@ -66,7 +66,7 @@ nav {
|
||||||
nav a{
|
nav a{
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
/* color: #005386; */
|
/* color: #005386; */
|
||||||
color: black;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav a:hover {
|
nav a:hover {
|
||||||
|
@ -116,7 +116,7 @@ footer {
|
||||||
|
|
||||||
a {
|
a {
|
||||||
/* color: #005386; */
|
/* color: #005386; */
|
||||||
color: black;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images and figures */
|
/* Images and figures */
|
||||||
|
@ -158,10 +158,10 @@ blockquote{
|
||||||
width:60%;
|
width:60%;
|
||||||
margin: 5px auto;
|
margin: 5px auto;
|
||||||
/* color: #555555; */
|
/* color: #555555; */
|
||||||
color: black;
|
color: #333;
|
||||||
padding: 1.2em 30px 1.2em 75px;
|
padding: 1.2em 30px 1.2em 75px;
|
||||||
/* border-left: 8px solid #005386 ; */
|
/* border-left: 8px solid #005386 ; */
|
||||||
border-left: 8px solid black;
|
border-left: 8px solid #333;
|
||||||
line-height:1.3;
|
line-height:1.3;
|
||||||
position: relative;
|
position: relative;
|
||||||
background: #F0F0F0;
|
background: #F0F0F0;
|
||||||
|
@ -171,7 +171,7 @@ blockquote::before{
|
||||||
font-family:Arial;
|
font-family:Arial;
|
||||||
content: "\201C";
|
content: "\201C";
|
||||||
/* color:#005386; */
|
/* color:#005386; */
|
||||||
color: black;
|
color: #333;
|
||||||
font-size:4em;
|
font-size:4em;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
|
@ -227,7 +227,7 @@ th {
|
||||||
|
|
||||||
table {
|
table {
|
||||||
/* border: 3px solid #005386; */
|
/* border: 3px solid #005386; */
|
||||||
border: 3px solid black;
|
border: 3px solid #333;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -246,7 +246,7 @@ table tbody tr:nth-child(even) {
|
||||||
|
|
||||||
table th {
|
table th {
|
||||||
/* background: #005386; */
|
/* background: #005386; */
|
||||||
background: black;
|
background: #333;
|
||||||
color: #fcfcfc;
|
color: #fcfcfc;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
@ -259,7 +259,7 @@ table th {
|
||||||
|
|
||||||
.subscribe-button {
|
.subscribe-button {
|
||||||
/* background: #0055d4; */
|
/* background: #0055d4; */
|
||||||
background: black;
|
background: #333;
|
||||||
padding: 15px 30px;
|
padding: 15px 30px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user