1

Factorise la palette du thème par défaut

This commit is contained in:
2025-09-16 01:54:46 +02:00
parent 1e062196ab
commit c7a4ba0053
10 changed files with 142 additions and 111 deletions

View File

@@ -7,7 +7,7 @@ color: var(--section-color);
color: var(--section-color);
}
.section-{{ $section }} a:hover {
color: #fff;
color: var(--text-white);
background-color: var(--section-color);
}
{{- end }}