diff --git a/src/App.css b/src/App.css index 03d50cb..656a810 100644 --- a/src/App.css +++ b/src/App.css @@ -14,11 +14,11 @@ /* browsers agreeing on stuff challenge (impossible) */ background-color: #121212; overflow-x: hidden; - color: #ffc8dd; + color: lavender; } .footer a { - color: #cdb4db; + color: thistle; } .footer { @@ -36,7 +36,7 @@ .musicbutton { background-color: #272525; - color: pink; + color: lavender; font-family: Roboto, sans-serif; font-weight: 500; font-size: 14px; @@ -56,7 +56,7 @@ .fakemusicbutton { background-color: #272525; - color: pink; + color: lavender; font-family: Roboto, sans-serif; font-weight: 500; font-size: 14px; @@ -187,7 +187,7 @@ .cardchild a { font-size: 1.5em; text-align: center; - color: pink; + color: thistle; text-decoration: underline; margin-bottom: 0%; transition: opacity 1s ease; @@ -345,7 +345,7 @@ .header h1 { font-size: 3.6em; - color: blanchedalmond; + color: lavender; display: inline-table; }