Skip to content

Commit

Permalink
fix(codeberg): secondary menu, inline code (#1071)
Browse files Browse the repository at this point in the history
* fix(codeberg): secondary menu, inline code

* delete inline code part
  • Loading branch information
Koba0117 authored Jul 12, 2024
1 parent 7493180 commit 1dc5fd6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions styles/codeberg/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name Codeberg Catppuccin
@namespace github.com/catppuccin/userstyles/styles/codeberg
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/codeberg
@version 1.1.3
@version 1.1.4
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/codeberg/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Acodeberg
@description Soothing pastel theme for Codeberg
Expand Down Expand Up @@ -64,7 +64,8 @@
--color-footer-text: @text;

.ui.secondary.menu .dropdown.item:hover,
.ui.secondary.menu a.item:hover {
.ui.secondary.menu a.item:hover,
.ui.secondary.menu a.active.item:hover {
background-color: var(--color-nav-hover-bg);
color: var(--color-black);
}
Expand Down

0 comments on commit 1dc5fd6

Please sign in to comment.