Skip to content

Commit e220f2a

Browse files
committed
chore: adjust hero color
1 parent 79fb73b commit e220f2a

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

apps/frontend/src/sections/HeroSection.module.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515
font-size: rem(44px);
1616
line-height: 1.2;
1717
font-weight: 900;
18-
1918
}
2019

2120
.highlight {
2221
position: relative;
2322
background-color: var(--mantine-primary-color-light);
2423
border-radius: var(--mantine-radius-sm);
2524
padding: rem(4px) rem(12px);
26-
}
25+
}

0 commit comments

Comments
 (0)