how can I reduce the opacity of the background of a tab in navbar without affecting the text in the tab itself? For example, opacity of the text "About Us" to be 1, but the background color to have an opacity of 0.5. Here is my CSS code.
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
color: #FFFFFF;
background-color: #009eff;
}