Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
fix(diamond): fix text outline on diamond
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Sep 12, 2020
1 parent c8eb1c1 commit c405a8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/app/diamond/diamond.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
--background: #00a831;
}

#main text {
paint-order: stroke;
}

.team-header {
color: white;
font-size: 3.5vw;
Expand Down
2 changes: 1 addition & 1 deletion src/app/diamond/diamond.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class DiamondComponent implements DoCheck, OnChanges, OnInit {
color: 'white',
family: 'Arial Narrow Bold, Arial Narrow, Impact, sans-serif',
size: '1.5rem',
strokeWidth: 0.1,
strokeWidth: '2px',
weight: '500',
};

Expand Down

0 comments on commit c405a8e

Please sign in to comment.