css heading text wraping balancing

This commit is contained in:
Julien Dessaux 2024-08-23 22:51:24 +02:00
parent 2622eeee4b
commit 97fe71e9fd
Signed by: adyxax
GPG key ID: F92E51B86E07177E

View file

@ -147,7 +147,9 @@ body header nav ul li a,
body header nav ul li a:visited,
a:hover {
color: var(--red);
text-wrap: balance;
}
h2, h3, h4, h5, h6 {
color: var(--green);
text-wrap: balance;
}