Skip to content

Commit

Permalink
Sync theme toggle CSS between /translate and /pontoon (mozilla#3005)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathjazz authored Oct 26, 2023
1 parent b97cbb7 commit a37da45
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions translate/src/modules/user/components/UserMenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@
}

.toggle-button button {
background: var(--black-3);
border: 1px solid var(--light-grey-3);
background: transparent;
border: 1px solid var(--main-border-1);
border-radius: 3px;
color: var(--grey-6);
color: var(--toggle-color-1);
font-size: 14px;
font-weight: 100;
padding: 4px;
Expand All @@ -141,8 +141,8 @@
}

.toggle-button button.active {
background: var(--dark-grey-1);
border-color: var(--grey-3);
background: var(--button-background-1);
border-color: var(--main-border-1);
color: var(--light-grey-7);
font-weight: 400;
}
Expand Down

0 comments on commit a37da45

Please sign in to comment.