fix: Create text-justify css class (#1032)

Signed-off-by: Rémy Jacquin <remy@remyj.fr>
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
Rémy Jacquin 2025-02-06 20:43:47 +01:00 committed by GitHub
parent 181c12376e
commit 417ef950c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,6 +33,10 @@ blockquote {
}
}
.text-justify {
text-align: justify;
}
.text-muted {
color: get-light-color('muted-text-color') !important;
}