Change active link color to a light orange
This commit is contained in:
parent
3dff8e240f
commit
7d4a9ee7aa
|
@ -29,22 +29,22 @@
|
||||||
/* You can change the background, text color and active color of the menu by changing the color codes. */
|
/* You can change the background, text color and active color of the menu by changing the color codes. */
|
||||||
--menu_background_color: #1d1e24;
|
--menu_background_color: #1d1e24;
|
||||||
--menu_text_color: #fff;
|
--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. */
|
/* You can change the button's background, text color and active color by changing the color codes. */
|
||||||
--button_background_color: #1d1e24;
|
--button_background_color: #1d1e24;
|
||||||
--button_text_color: #fff;
|
--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. */
|
/* You can change the background, text color and active color of the text field by changing the color codes. */
|
||||||
--textarea_background_color: #1d1e24;
|
--textarea_background_color: #1d1e24;
|
||||||
--textarea_text_color: #fff;
|
--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. */
|
/* You can change the background, text color and active color of the footer area by changing the color codes. */
|
||||||
--footer_background_color: #1d1e24;
|
--footer_background_color: #1d1e24;
|
||||||
--footer_text_color: #fff;
|
--footer_text_color: #fff;
|
||||||
--footer_link_text_color: #d7e04f;
|
--footer_link_text_color: #e07d4f;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Basic Codes */
|
/* Basic Codes */
|
||||||
|
|
Loading…
Reference in New Issue