Skip to content

Commit

Permalink
Disable dark theme and command menu
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed Apr 21, 2024
1 parent 6de5df7 commit 3de0ad1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/components/site/nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function Nav(props) {

return (
<>
<CommandMenu commands={commands}></CommandMenu>
{/* <CommandMenu commands={commands}></CommandMenu> */}
<menu>
<li>
<Link to="/">Radio4000 migration (v1 → v2)</Link>
Expand Down
14 changes: 5 additions & 9 deletions src/styles/layout-themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,12 @@

/* dark variation */
.Layout--theme-dark {
--theme: var(--orange);
--bg-color: var(--black);
--almost-bg: hsl(0, 0%, 20%);
--text-color: hsl(180deg 7% 90%);
--link-color: var(--text-color);
/* --theme: var(--orange); */
/* --bg-color: var(--black); */
/* --almost-bg: hsl(0, 0%, 20%); */
/* --text-color: hsl(180deg 7% 90%); */
/* --link-color: var(--text-color); */
/* --lightgray: hsl(0, 0%, 14%); */

menu a[aria-current="page"] {
color: white;
}
}

/* Layout padding/margin behavior */
Expand Down

0 comments on commit 3de0ad1

Please sign in to comment.