diff --git a/backend/src/main/resources/get/style.css b/backend/src/main/resources/get/style.css index 37adb98..699f029 100644 --- a/backend/src/main/resources/get/style.css +++ b/backend/src/main/resources/get/style.css @@ -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);