From 23404651252fa035ce70ae873d5ef85e7d5054e8 Mon Sep 17 00:00:00 2001 From: Myriam Delaruelle <myriam.delaruelle@univ-lorraine.fr> Date: Thu, 30 Mar 2023 15:04:09 +0200 Subject: [PATCH] fin section style --- styles.css | 4 +++- templates/courseformat/content.mustache | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index c13c728..3f6da64 100644 --- a/styles.css +++ b/styles.css @@ -204,13 +204,15 @@ ul.nav.navbar-nav.ml-auto { /* line-height: 0.9rem; */ margin: 0; + transition: 0.3s; } .nb_pers a { color: white; } -.nb_pers a:hover { +.nb_pers:hover { text-decoration: unset; color: white; + background: #02746C; } .right_info { diff --git a/templates/courseformat/content.mustache b/templates/courseformat/content.mustache index f9de5bb..8c52d74 100644 --- a/templates/courseformat/content.mustache +++ b/templates/courseformat/content.mustache @@ -158,6 +158,7 @@ } } }} + <div id="{{uniqid}}-course-format"> <h2 class="accesshide">{{{title}}}</h2> {{{completionhelp}}} -- GitLab