Skip to content

Commit

Permalink
merge @Tirokk's changes
Browse files Browse the repository at this point in the history
  • Loading branch information
roschaefer committed Nov 5, 2024
1 parent a126b9c commit f581409
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions branding/assets/styles/imports/_branding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ a:hover.ds-menu-item-link {
background-color: $color-tertiary;
}
#footer a {
color: $color-primary;
color: $color-primary-inverse;
}

.avatar-menu .profile-avatar {
Expand All @@ -120,12 +120,12 @@ a:hover.ds-menu-item-link {
// text-transform: none;
// }

// .ds-footer {
// font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
// text-transform: uppercase;
// font-size: 16px;
// font-weight: 300;
// }
.ds-footer {
// font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
// text-transform: uppercase;
// font-size: 16px;
font-weight: 600;
}

/* chips on group teaser */
// a.group-teaser footer .ds-chip-primary {
Expand Down
2 changes: 1 addition & 1 deletion helmfile/environments/default.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
domain: staging.reformer-network.ocelot-social.roschaefer.de
namespace: reformer-network-staging
image_tag: {{ $image_tag }}
github_repository: it4change/reformer.network/backend
github_repository: it4change/reformer.network
2 changes: 1 addition & 1 deletion helmfile/environments/production.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
domain: reformer-network.ocelot-social.roschaefer.de
namespace: reformer-network-production
image_tag: {{ env "IMAGE_TAG" | default (printf "ocelot-%s--branded-%s" $ocelot_image_tag $branded_image_tag) }}
github_repository: it4change/reformer.network/backend
github_repository: it4change/reformer.network

0 comments on commit f581409

Please sign in to comment.