Skip to content

Commit

Permalink
some organizr base fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbN committed Jan 6, 2022
1 parent c9182ff commit fe73962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/base/organizr/organizr-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ h6 {
color: var(--text-hover) !important;
}

.badge {
.badge:not(.homepage-drag .badge) {
background-color: rgb(var(--accent-color));
color: var(--label-text-color);
}
Expand Down Expand Up @@ -1470,7 +1470,7 @@ a:hover,
border-radius: 3px;
}

.bg-inverse {
.bg-inverse:not(.homepage-drag) {
background: transparent !important;
}

Expand Down

0 comments on commit fe73962

Please sign in to comment.