This repository has been archived on 2021-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
ModuleWeb/SRC/public/css/navbar.css

32 lines
453 B
CSS
Executable File

.navbar
{
background: rgba(0,0,0, 0.45);
}
.navbar-default .navbar-brand
{
color: white;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: silver;
background-color: transparent;
}
.navbar-default .navbar-text {
color: white;
}
.navbar-default .navbar-text:hover {
color: silver;
}
.navbar-default .navbar-nav > li > a {
color: white;
}
.navbar-default .navbar-nav:hover > li > a {
color: silver;
}