From 3674515ed5f5b394226954a646d5748419511e7d Mon Sep 17 00:00:00 2001 From: polo-pc-greta Date: Mon, 12 May 2025 13:48:31 +0200 Subject: petit bug --- public/css/body.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'public/css') diff --git a/public/css/body.css b/public/css/body.css index 20e53e0..226e610 100644 --- a/public/css/body.css +++ b/public/css/body.css @@ -105,6 +105,15 @@ article .logo2 /*max-height: 400;*/ overflow: hidden; } +.new_content button +{ + cursor: pointer; +} +.new_content button:hover +{ + background-color: #ffff00; + border-radius: 4px; +} article img { max-width: 100%; /* règle compliquée, vérifier selon la page et la taille de l'image */ -- cgit v1.2.3