Skip to content

Commit

Permalink
Merge pull request #18 from qoherent/menu-color
Browse files Browse the repository at this point in the history
Changed menu color and hex
  • Loading branch information
UmairK5669 authored Feb 5, 2024
2 parents a54b324 + d641746 commit 8892996
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"qoherentgray": "#625f63",
"qoherentblack": "#333745",
"qoherentpink": "#e63462",
"qoherentblue": "#03a9f4",
"qoherentblue": "#35BAF6",
"qoherentpurple": "#884da0"
}
},
Expand All @@ -24,7 +24,7 @@
"primary": "#fff",
"body": "#1c1c1c",
"border": "#3E3E3E",
"theme_light": "#222222",
"theme_light": "#262626",
"theme_dark": ""
},
"text_color": {
Expand Down
2 changes: 1 addition & 1 deletion themes/hugoplate/assets/scss/navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ input#nav-toggle:checked ~ #nav-menu {
}

.nav-dropdown-list {
@apply bg-body dark:bg-qoherentblack z-10 min-w-[180px] rounded p-4 shadow hidden lg:invisible lg:absolute lg:block lg:opacity-0;
@apply bg-body dark:bg-darkmode-theme-light z-10 min-w-[180px] rounded p-4 shadow-xl hidden lg:invisible lg:absolute lg:block lg:opacity-0;
}

.nav-dropdown-item {
Expand Down

0 comments on commit 8892996

Please sign in to comment.