mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
hacktoberfest fix
This commit is contained in:
parent
4c16f5e7c6
commit
520bf9a506
2 changed files with 29 additions and 27 deletions
|
|
@ -84,7 +84,8 @@ h6 small {
|
|||
|
||||
.navbar-inverse .navbar-inner {
|
||||
background-color: #68217A;
|
||||
filter: none;
|
||||
-webkit-filter: none;
|
||||
filter: none;
|
||||
}
|
||||
|
||||
.navbar-inverse.home .navbar-inner {
|
||||
|
|
@ -177,7 +178,8 @@ body > section > .container {
|
|||
.navbar-inverse .nav .active>a.nav-item, .navbar-inverse .nav .active>a.nav-item:hover, .navbar-inverse .nav .active>a.nav-item:focus {
|
||||
color:#fff;
|
||||
background-color: rgba(0,0,0,.24);
|
||||
box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.navbar .logo {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue