Skip to content

Commit

Permalink
Improve button colors
Browse files Browse the repository at this point in the history
  • Loading branch information
knomepasi committed Oct 7, 2024
1 parent d09eb0d commit 6a050fd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion assets/css/xubuntu.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

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

--font: 'Noto Sans', sans-serif;
Expand Down Expand Up @@ -62,6 +62,10 @@
}
}

body#index header {
--color-button-shadow: #114668;
}

/*
* Elements
*
Expand Down Expand Up @@ -542,6 +546,9 @@ section.alternative-bg {
margin: 0.5em 0.5em 0.5em 0;
padding: 0.65em 1em;
}
a.button {
color: var(--color-button-fg);
}
.button span {
background-color: var(--color-button-bg);
border-radius: 0.5em;
Expand Down

0 comments on commit 6a050fd

Please sign in to comment.