diff --git a/css/style.css b/css/style.css index 858de1c..8ef1398 100644 --- a/css/style.css +++ b/css/style.css @@ -29,22 +29,22 @@ /* You can change the background, text color and active color of the menu by changing the color codes. */ --menu_background_color: #1d1e24; --menu_text_color: #fff; - --menu_active_text_color: #d7e04f; + --menu_active_text_color: #e07d4f; /* You can change the button's background, text color and active color by changing the color codes. */ --button_background_color: #1d1e24; --button_text_color: #fff; - --button_text_hover_color: #d7e04f; + --button_text_hover_color: #e07d4f; /* You can change the background, text color and active color of the text field by changing the color codes. */ --textarea_background_color: #1d1e24; --textarea_text_color: #fff; - --textarea_link_text_color: #d7e04f; + --textarea_link_text_color: #e07d4f; /* You can change the background, text color and active color of the footer area by changing the color codes. */ --footer_background_color: #1d1e24; --footer_text_color: #fff; - --footer_link_text_color: #d7e04f; + --footer_link_text_color: #e07d4f; } /* Basic Codes */