diff options
author | Tixie <tixie@noreply.localhost> | 2024-06-09 16:26:29 +0000 |
---|---|---|
committer | Tixie <tixie@noreply.localhost> | 2024-06-09 16:26:29 +0000 |
commit | 31aa58a8636234350d79f1ec1ebfafa7cf57dbac (patch) | |
tree | 81efb2cf63455be9300473cb04e69002cdfff347 /static/css/home.css | |
parent | fd276e5dc27f02fe7cba53f3cb931f8a540c881c (diff) | |
parent | 4978b26ef612d2e23ebcc9fff628890a160adebd (diff) | |
download | site-31aa58a8636234350d79f1ec1ebfafa7cf57dbac.tar.gz site-31aa58a8636234350d79f1ec1ebfafa7cf57dbac.zip |
Merge pull request 'Merge accessibility and design improvements' (#43)
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/site/pulls/43
Diffstat (limited to 'static/css/home.css')
-rw-r--r-- | static/css/home.css | 2 |
1 files changed, 2 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 { |