Skip to content
Snippets Groups Projects
Commit d0aa593c authored by alexisben's avatar alexisben
Browse files

Add variables to configure project infos colors

parent 3b2f248a
No related branches found
No related tags found
No related merge requests found
......@@ -501,6 +501,11 @@ $persons-avatar-background-color: var(--color-background-alt) !default
// Organization
$organization-background-color: $color-background-alt !default // Use sass variable color-background To avoid dark logo on darkmode background-alt color
// Project
$project-infos-border-color: $color-border !default
$project-infos-color-text: $color-text !default
$project-infos-color-text-alt: $color-text-alt !default
// Program
$program-essential-font-size: $meta-size !default
$program-essential-font-size-desktop: $meta-size-desktop !default
......
......@@ -14,6 +14,10 @@
display: flex
flex-direction: column
gap: $spacing-3
.project-infos
--color-border: #{$project-infos-border-color}
--color-text: #{$project-infos-color-text}
--color-text-alt: #{$project-infos-color-text-alt}
@include media-breakpoint-up(sm)
.hero
.project-infos
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment