Merge pull request #28 from grafixeyehero/dev

Add transparent nav bar to BlueRadiance theme CSS
This commit is contained in:
Joshua M. Boniface 2019-01-13 12:40:55 -05:00 committed by GitHub
commit a53bf0a968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -302,11 +302,15 @@ html {
}
.mainDrawer {
background-color: #1c1c1c
background-color: rgba(0, 0, 0, .5)
}
.drawer-open {
background-color: #011432
}
.navMenuOption:hover {
background: #252528
background: rgba(221, 221, 221, 0.068)
}
.navMenuOption-selected {