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