still cooking
All checks were successful
Deploy / trigger (push) Successful in 20s

This commit is contained in:
2026-05-26 12:38:31 +02:00
parent 62049bdbb6
commit 655123c717

View File

@@ -290,7 +290,8 @@ footer a {
margin-bottom: 1.5em;
}
.appunti-style li {
.appunti-style li,
.appunti-style p {
padding-bottom: 1.5em;
}
.appunti-style {
@@ -303,10 +304,10 @@ footer a {
color: #f0f0f0;
}
.appunti-style h1:not(.appunti-style:first-child),
.appunti-style h2:not(.appunti-style:first-child),
.appunti-style h3:not(.appunti-style:first-child) {
color: #4db8ff;
.appunti-style h1:not(:first-child),
.appunti-style h2:not(:first-child),
.appunti-style h3:not(:first-child) {
color: var(--accent-green);
margin-top: 1.5em;
}
@@ -345,7 +346,7 @@ footer a {
}
.sidebar h3 {
color: #4db8ff;
color: var(--accent-green);
font-size: 1.2rem;
margin-bottom: 20px;
border-bottom: 1px solid rgba(77, 184, 255, 0.3);