From e518163c5bb5bdf0c08308aa50edea6ef877c9b5 Mon Sep 17 00:00:00 2001 From: Pontoporeia Date: Wed, 26 Aug 2026 12:24:22 +0200 Subject: [PATCH] Style links on licences, charte, a propos pages as real links (underline + accent hover) --- TODO.md | 2 ++ app/public/assets/css/content-page.css | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 46e0825..23cb845 100644 --- a/TODO.md +++ b/TODO.md @@ -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 diff --git a/app/public/assets/css/content-page.css b/app/public/assets/css/content-page.css index 9ea55db..56e4689 100644 --- a/app/public/assets/css/content-page.css +++ b/app/public/assets/css/content-page.css @@ -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,