commit 0ce09904736e105ee6e66acbce4b86a000ca6306
parent 4581af875a16f411e7fd74f81d9b258884c46792
Author: Nuno Sempere <nuno.semperelh@protonmail.com>
Date: Sun, 18 Jun 2023 00:39:42 +0000
make style monochrome (blue => black)
Diffstat:
1 file changed, 18 insertions(+), 9 deletions(-)
diff --git a/pub/style/style.css b/pub/style/style.css
@@ -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;