Skip to content

Commit

Permalink
fix: update brand colors to latest palette
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Aug 17, 2020
1 parent 3b5332b commit 4605cd2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 deletions.
4 changes: 2 additions & 2 deletions src/components/Logo.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
}

.brackets {
stroke: var(--logo-bracket-color, var(--color-brand-800));
stroke: var(--logo-bracket-color, var(--color-brand-500));
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;

:global(.dark-mode) & {
stroke: var(--logo-bracket-color, var(--color-brand-400));
stroke: var(--logo-bracket-color, var(--color-brand-300));
}
}
6 changes: 3 additions & 3 deletions src/pages/developer-champion.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
grid-gap: 2rem;

@media (max-width: 760px) {
grid-template-columns: 1fr
grid-template-columns: 1fr;
}
}

Expand All @@ -35,15 +35,15 @@
margin: auto;

@media (max-width: 760px) {
margin-bottom: 40px;
margin-bottom: 40px;
}
}

.pointIcon {
--feather-icon-stroke-width: 1;

margin-bottom: 2rem;
color: var(--color-brand-400);
color: var(--color-brand-500);
}

.nominateButton {
Expand Down
14 changes: 0 additions & 14 deletions src/pages/kubecon-europe-2020.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@
}
}

.pointIcon {
--feather-icon-stroke-width: 1;

margin: auto;
margin-bottom: 10px;
display: block;
color: var(--color-brand-800);
}

.externalLinkIcon {
margin-left: 0.5rem;
}
Expand All @@ -58,8 +49,3 @@
.highlightDiv {
margin: auto;
}

.highlightText {
color: var(--color-brand-800);
text-align: center;
}

0 comments on commit 4605cd2

Please sign in to comment.