Skip to content

Commit

Permalink
add secondary color to root variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ElviaBth committed Jan 22, 2024
1 parent 3f96a65 commit dfca627
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/packs/entrypoints/decidim_newsletter_agenda.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
:root {
--secondary-rgb: #039be5;
}

.tabs {
background-color: #e8e8e8;
color: #039be5;
color: var(--secondary-rgb);
}

.is-active {
Expand Down Expand Up @@ -64,7 +68,7 @@ button#newsletter_images_main_image_button,
font-weight: 600;
line-height: 1;
text-transform: uppercase;
color: #1779ba;
color: var(--secondary-rgb);

&:hover {
background: #eee;
Expand Down

0 comments on commit dfca627

Please sign in to comment.