Skip to content

Commit e8ce991

Browse files
committed
Testing flow
1 parent cf3edb8 commit e8ce991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/_03-generic.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ header h1.entry-title {
350350
padding: 0.2rem 0.5rem;
351351
font-weight: 700;
352352
margin: 0;
353-
background-color: var(--color-brandRed);
353+
background-color: var(--color-brandBlue);
354354
color: var(--color-brandWhite);
355355
// clip-path: polygon(calc(var(--topLeftX) * 1px) calc(var(--topLeftY) * 1px), calc(100% - var(--topRightX) * 1px) calc(var(--topRightY) * 1px), calc(100% - var(--bottomRightX) * 1px) calc(100% - var(--bottomRightY) * 1px), calc(var(--bottomLeftX) * 1px) calc(100% - var(--bottomLeftY) * 1px));
356356
clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 94%);

0 commit comments

Comments
 (0)