Skip to content

Commit

Permalink
💄 Nav style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
craigary committed Mar 25, 2021
1 parent 2deb6cb commit 23add9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

html {
--scrollbarBG: #ffffff00;
--thumbBG: #5f5f5f;
--thumbBG: #b8b8b8;
}
body::-webkit-scrollbar {
width: 5px;
Expand Down Expand Up @@ -60,7 +60,7 @@ body::-webkit-scrollbar-thumb {
}

.sticky-nav-full {
@apply border-b border-gray-200 dark:border-gray-600;
@apply border-b border-opacity-50 border-gray-200 dark:border-gray-600 dark:border-opacity-50;
}

.header-name {
Expand Down Expand Up @@ -138,7 +138,7 @@ nav {

@media (min-width: 768px) {
.sticky-nav-full {
@apply max-w-full border-b border-opacity-50 border-gray-200 dark:border-gray-600;
@apply max-w-full border-b border-opacity-50 border-gray-200 dark:border-gray-600 dark:border-opacity-50;
}
.header-name {
display: block;
Expand Down

0 comments on commit 23add9d

Please sign in to comment.