commit 1578212da8a7780f7f71be8267bc85e17a42618d
parent 9eab227fbedc81385f9903c784a793133857e5fa
Author: Nuno Sempere <nuno.semperelh@protonmail.com>
Date: Sun, 18 Jun 2023 00:43:37 +0000
use a slightly less dark black
Diffstat:
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/pub/style/style.css b/pub/style/style.css
@@ -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;