Applied style to navbar toggle

This commit is contained in:
billz 2017-10-09 22:26:21 +00:00
parent 8a501c075f
commit 822136bf03
1 changed files with 12 additions and 0 deletions

12
dist/css/terminal.css vendored
View File

@ -41,6 +41,18 @@ html * {
color: #33ff00;
}
.navbar-default .navbar-toggle {
border-color: #33ff00;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #33ff00;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
background-color: #000;
}
.logo {
visibility: collapse;
width: 0px;