diff --git a/static/style.css b/static/style.css index 43ce3d2..ab5ce2e 100644 --- a/static/style.css +++ b/static/style.css @@ -740,3 +740,12 @@ div#registration input[type="submit"] { width: 30em; margin: 0 auto; } + + +/* highlight currently selected app, somehow */ +.page-index #nav .link-accueil a, +.wcs #nav .link-demarches a, +.authentic2 #nav .link-profil a { + color: black; + border-bottom: 1px solid #666; +}