diff --git a/public/css/style.css b/public/css/style.css index 1b9ce49..7c8295d 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -31,7 +31,7 @@ footer p { } a { - color: #3c67ff; + color: #F57C00; text-decoration: none; } a:hover { @@ -80,9 +80,9 @@ select { border-bottom: none; border-top: none; border-radius: 4px; - border-left: 2px solid #3c67ff; + border-left: 2px solid #F57C00; /* Accent shadow */ - box-shadow: 2px 2px 0px 0px rgba(60, 103, 255, 0.25); + box-shadow: 2px 2px 0px 0px rgba(245, 124, 0, 0.25); color: #b2b2b2; background-color: #2f2f2f; } @@ -95,10 +95,10 @@ button { gap: 2px; border: none; border-radius: 4px; - background: #3c67ff; + background: #F57C00; } button:hover { - box-shadow: 5px 5px 0px 0px rgba(60, 103, 255, 0.25); + box-shadow: 5px 5px 0px 0px rgba(245, 124, 0, 0.25); cursor: pointer; } @@ -176,6 +176,6 @@ button:hover { border-bottom: none; border-top: none; border-radius: 4px; - border-left: 2px solid #3c67ff; - box-shadow: 2px 2px 0px 0px rgba(60, 103, 255, 0.25); + border-left: 2px solid #F57C00; + box-shadow: 2px 2px 0px 0px rgba(245, 124, 0, 0.25); }