You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

32 lines
503 B

.navbar a {
color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover {
padding-bottom: 14px;
border-bottom: 2px solid #478EE8;
background-color: rgba(0, 0, 0, 0.9);
}
.dropdown-menu {
background-color: rgba(0, 0, 0, 0.9);
}
.dropdown-menu li a {
color: white;
}
.red-text {
color: red;
}
.green-text {
color: #008000;
}
.blue-text {
color: #4674e7;
}
/*::-moz-selection { /* For Firefox !1!
background: inherit;
}
::selection {
background: inherit;
}*/