diff --git a/css/styles.css b/css/styles.css index d1607e2..a5db3cd 100644 --- a/css/styles.css +++ b/css/styles.css @@ -14,7 +14,7 @@ --colour-sbga: rgba(255, 153, 255, 0.3); } body { - color: white; + color: mistyrose; font-family: 'Courier New'; margin-left: 20%; margin-right: 20%; @@ -67,7 +67,7 @@ p.subtitle { flex-grow: 1; } a:link, a:visited, a:hover, a:active { - color: rgb(179, 255, 255); + color: paleturquoise; text-decoration: none; } .inline-block {