Skip to content

Commit

Permalink
fix (notification text) : change color
Browse files Browse the repository at this point in the history
  • Loading branch information
saumon-brule committed Sep 15, 2024
1 parent 88b68aa commit 1904906
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/components/app/Header/HeaderNavigationButton.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,13 @@
}

.header-button .notifications.new {
background-color: black;
color: gold;
background-color: rgb(var(--background-color-1));
color: rgb(var(--text-color-main));
width: 52px;
/* animation: new-feature-notification-animation .8s ease alternate forwards;
animation-iteration-count: 20; */
left: 40px;
}
.light .header-button .notifications.new {
background-color: gold;
color: black;
}

.light .header-button .notifications.new {
box-shadow: 0 0 20px rgba(0, 0, 0, .2);
Expand Down

0 comments on commit 1904906

Please sign in to comment.