Remove useless override of the font color

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-11-19 10:45:52 +01:00
parent c7192d5188
commit 040c251352
1 changed files with 0 additions and 2 deletions

View File

@ -7,12 +7,10 @@ body {
}
.page__hero--overlay .page__title {
color: #fff;
text-shadow: unset;
}
.page__hero--overlay .page__lead {
color: #fff;
text-shadow: unset;
}