Skip to content

Commit

Permalink
Alternative button bg
Browse files Browse the repository at this point in the history
  • Loading branch information
knomepasi committed Oct 23, 2024
1 parent afd290d commit e53229e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/xubuntu/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

--color-button-fg: var(--palette-xubuntu-blue);
--color-button-bg: #edf4fa;
--color-button-bg-alternative: #fff;
--color-button-shadow: var(--palette-xubuntu-blue-alt);
--color-button-glow: rgba(255,255,255,0.5);

Expand Down Expand Up @@ -605,6 +606,9 @@ section.alternative-bg {
z-index: 2;
transition: 200ms all;
}
.alternative-bg .button span {
color: var(--color-button-bg-alternative);
}
.button span::after {
content: '›';
margin-left: 0.5em;
Expand Down

0 comments on commit e53229e

Please sign in to comment.