diff --git a/src/components/all.sass b/src/components/all.sass index 6c26665..0f87f62 100644 --- a/src/components/all.sass +++ b/src/components/all.sass @@ -57,14 +57,14 @@ $black: #2b2523 font-size: 18px; font-size: 1rem; line-height: 1.25; - background-color: #528c9c; + background-color: #6194ff; border-radius: .25rem; text-decoration: none; font-weight: 700; - color: #f9a93e; // #CC3700 + color: #111111; // #CC3700 text-align: center; - -webkit-box-shadow: inset 0 0 0 2px #f9a93e; - box-shadow: inset 0 0 0 2px #f9a93e; + -webkit-box-shadow: inset 0 0 0 2px #111111; + box-shadow: inset 0 0 0 2px #111111; -webkit-transition: all .15s ease; transition: all .15s ease;