change .navbar to .nav
This commit is contained in:
parent
24d7cdecb5
commit
b5669d0a1e
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@ body, textarea {
|
|||
transition: all .2s;
|
||||
}
|
||||
|
||||
.btn, .navbar a {
|
||||
.btn, .nav a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.btn, .navbar {
|
||||
.btn, .nav {
|
||||
outline: 0; /* when the button or navbar is focused, don't show an outline */
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue