1
0

Aggiornamento semi-automatico 2023-12-30T18:56:39CET

This commit is contained in:
ZinRicky 2023-12-30 18:56:39 +01:00
parent 4b79fff508
commit 05df8fdb01
Signed by: zinricky
GPG Key ID: 91361F2452ADD000

View File

@ -40,7 +40,7 @@ body {
font-variant-ligatures: none;
}
main p, .sommario {
main p {
text-align: justify;
hyphens: auto;
margin: 0.5rem 0;
@ -48,6 +48,12 @@ main p, .sommario {
line-height: 1.3;
}
.sommario {
text-align: justify;
hyphens: auto;
line-height: 1.3;
}
p::selection, p *::selection, .sommario::selection, .sommario *::selection, footer::selection, footer *::selection, ul *::selection, ol *::selection, #cat-tag::selection, img::selection {
color: var(--sfondo);
background-color: var(--evidenzia);