diff options
author | Tixie <contact@tixie.name> | 2024-06-07 14:15:40 +0200 |
---|---|---|
committer | Tixie <tixie@noreply.localhost> | 2024-06-09 16:21:27 +0000 |
commit | 821f38c1129de2e4da95bb179d5bfeab36519b94 (patch) | |
tree | b2f576b0a40b1183993ef723aa1649f628c143a3 /static | |
parent | a007d29a9f95f23f66e75b6c108963e669bf3376 (diff) | |
download | site-821f38c1129de2e4da95bb179d5bfeab36519b94.tar.gz site-821f38c1129de2e4da95bb179d5bfeab36519b94.zip |
Améliorer l'affordance des liens vers les services
Diffstat (limited to 'static')
-rw-r--r-- | static/css/home.css | 2 | ||||
-rw-r--r-- | static/css/layout.css | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/static/css/home.css b/static/css/home.css index 14c753a..9053807 100644 --- a/static/css/home.css +++ b/static/css/home.css @@ -65,6 +65,8 @@ section#liste_outils { section#liste_outils > a > div > p { text-align: center; + text-decoration: underline; + color: darkgreen; } section#liste_outils > a { diff --git a/static/css/layout.css b/static/css/layout.css index c83bef1..ff73100 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -271,4 +271,7 @@ pre.center > a { div#ronce, #coop, #autonomie, #solidarite, #liberte, nav#menu, div#rennes, div#orsay { border-color: var(--txt-night); } + section#liste_outils > a > div > p:nth-child(n){ + color: var(--txt-night); + } } |