From 1090c754f5fa5bc644ae99a81e9ac1c17d863862 Mon Sep 17 00:00:00 2001 From: fmoncomble <59739627+fmoncomble@users.noreply.github.com> Date: Sat, 21 Dec 2024 22:48:53 +0100 Subject: [PATCH] Restylage bouton Nouvel Obs (#269) --- ophirofox/content_scripts/lobs.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ophirofox/content_scripts/lobs.css b/ophirofox/content_scripts/lobs.css index 3bc29009..03e00de9 100644 --- a/ophirofox/content_scripts/lobs.css +++ b/ophirofox/content_scripts/lobs.css @@ -1,8 +1,10 @@ .ophirofox-europresse { - background-color: #fed500; + background-color: #FEEB6F; padding: 1rem 1.5rem; color: #000; border: none; + border-radius: 3.6rem; + text-decoration: none; box-shadow: none; text-transform: uppercase; font-size: 1.2rem; @@ -17,6 +19,5 @@ } .ophirofox-europresse:hover, .ophirofox-europresse:active { - background-color: #000000; - color: #ffffff; + background-color: #FFC70F; } \ No newline at end of file