aboutsummaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css')
-rw-r--r--static/css/home.css2
-rw-r--r--static/css/layout.css3
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);
+ }
}