ongoing changes to the app (Menu) buttons.
use the browser's "view page source" to locate the button names correctly.
/* site's code starts here */
#button_contact > a, #button_contact > a > span {
font-weight: bold;
color: black;
border-radius: 5px;
}
#button_rules > a, #button_rules > a > span {
font-weight: bold;
background: white;
color: purple;
border-radius: 5px;
}
#button_policies > a, #button_policies > a > span {
font-weight: bold;
background: white;
color: purple;
border-radius: 5px;
}
#button_forum > a, #button_forum > a > span {
font-weight: bold;
background: pink;
color: blue;
border-radius: 5px;
}
#button_profile > a, #button_profile > a > span {
font-weight: bold;
background: pink;
color: blue;
border-radius: 5px;
}
#button_home > a, #button_home > a > span {
font-weight: bold;
background: pink;
color: blue;
border-radius: 5px;
}
#button_admin > a, #button_admin > a > span {
font-weight: bold;
color: black;
border-radius: 5px;
}
#button_recenttopics > a, #button_recenttopics > a > span {
font-weight: bold;
color: brown;
border-radius: 5px;
}
/* New Replies is button_bc12a678f120778588031a8cddab44f9-1432538434 */
#button_bc12a678f120778588031a8cddab44f9-1432538434 > a, #button_bc12a678f120778588031a8cddab44f9-1432538434 > a > span {
font-weight: bold;
color: brown;
border-radius: 5px;
}
/* All Unread is button_d94ededb98dd6ed26a60470680e072f2-1441682365 */
#button_d94ededb98dd6ed26a60470680e072f2-1441682365 > a, #button_d94ededb98dd6ed26a60470680e072f2-1441682365 > a > span {
font-weight: bold;
color: brown;
border-radius: 5px;
}
/* site's code ends here */
to /var/www/html/Themes/default/css/index.css