Style links on licences, charte, a propos pages as real links (underline + accent hover)

This commit is contained in:
Pontoporeia
2026-09-18 16:26:36 +02:00
parent 116dca5d75
commit e518163c5b
2 changed files with 6 additions and 2 deletions
+2
View File
@@ -33,6 +33,8 @@
- [x] #csv-export-emit-date-depot CSV export: emit date_depot as Brussels-local date
- [x] #csv-import-parse-date-depot CSV import: parse date_depot as Brussels-local and convert to UTC storage
- [x] #default-exemplaire-baiu Default Exemplaire BAIU + ERG to true on student (partage) submission in ThesisCreateController, replicating admin add-form default
- [x] #m-style-links-on Style links on licences, charte, a propos pages (underline + accent hover)
- [x] #recherche-backoffice-par-identifiant Recherche backoffice par identifiant : ajouter t.identifier a la WHERE de getThesesList/getThesesListCount
## Deferred / Blocked
- [ ] #just-setup-backs-a [!medium] just setup backs a stale setup-dev.sh (clones php-live-reload, legacy admin/data/ dirs) — needs rewrite or removal
+4 -2
View File
@@ -84,13 +84,15 @@
.page-content > article a {
color: inherit;
text-decoration: none;
text-decoration: underline;
text-decoration-thickness: 0.08em;
text-underline-offset: 0.15em;
font-weight: 700;
}
.page-content > article a:hover {
color: var(--accent-primary);
text-decoration: none;
text-decoration-thickness: 0.12em;
}
.page-content > article ul,