diff --git a/site/css/stylesheet.css b/site/css/stylesheet.css index 97b43e5..c8d6e78 100644 --- a/site/css/stylesheet.css +++ b/site/css/stylesheet.css @@ -6,8 +6,8 @@ max-width:1366px; margin:0 auto; padding:1rem; - background: rgb(27, 27, 27); - color: white; + background: #f6f1ec; + color: black; font-size: 18px; } @@ -21,7 +21,7 @@ } h3 { - color: white; + color: purple; } ul a:link { @@ -35,7 +35,7 @@ } ul a:hover { - color: #fcffd3; + color: #dfd9e6; } img { @@ -125,7 +125,7 @@ } pre { max-width: 50%; - color: white; + color: purple; } pre .cp { color:#800