fix: Double assignment

This commit is contained in:
sthag 2025-07-28 22:30:16 +02:00
parent 9513d6436d
commit c3fd520578
2 changed files with 1 additions and 5 deletions

View file

@ -29,7 +29,6 @@ body {
margin: 0;
font-family: $family_text_basic;
font-size: $size_text_basic;
line-height: $line_basic;
line-height: $line_text_basic;
color: $color_text_basic;
background-color: $color_back_basic;