Skip to content

Commit

Permalink
Remove bg from second menu
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed Apr 21, 2024
1 parent 05e7859 commit 0c3a204
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions public/themes/classic.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ r4-app {
--c-light--accent: var(--c-purple);
--c-dark--accent: #9c8fff;
--c-link: var(--c-purple);
--c-border: rgba(115, 115, 115, 0.4);
--c-border: rgba(115, 115, 115, 0.25);

/* new vars */
--c-bg-button: hsl(0, 0%, 98%);
Expand Down Expand Up @@ -128,8 +128,12 @@ r4-page-explore r4-page-main > r4-list {
r4-app-menu menu {
padding-left: calc(var(--s) / 2);
}
r4-app-menu a,
r4-app-menu a {}
r4-page-channel r4-page-header menu a {
background: none;
}
r4-page-channel r4-page-header menu li {
margin: 0;
}
r4-app-menu a[aria-current] {
color: var(--c-fg);
Expand Down

0 comments on commit 0c3a204

Please sign in to comment.