diff --git a/pub/style/style.css b/pub/style/style.css index 490150f..0474941 100755 --- 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;