12 lines
186 B
CSS
12 lines
186 B
CSS
.my-navbar {
|
|
background-color: #ffffff !important;
|
|
}
|
|
|
|
.my-navbar .link a:hover {
|
|
text-decoration: underline !important;
|
|
}
|
|
|
|
.my-navbar .logo {
|
|
width: 26px;
|
|
height: 26px;
|
|
} |