From ac9209740d9247ee9910c9fc6c0df685aafb5a9d Mon Sep 17 00:00:00 2001 From: Alexandre MOTTIER Date: Sun, 15 Jan 2023 21:56:03 +0100 Subject: [PATCH] CSS update --- .DS_Store | Bin 8196 -> 8196 bytes style.css | 6 ++++++ 2 files changed, 6 insertions(+) diff --git a/.DS_Store b/.DS_Store index 67e40a881971b94f6cb7ec80acef9b7453917c9a..f2fd524b1039006112f54ca88ae33b66ae0f8d04 100644 GIT binary patch delta 41 xcmZp1XmQx!C&1MDVse0h1Z#=7Y@q+-TmflTr=}wT{*!wJWEm%HUM&#G4*(wX4QT)X delta 41 rcmZp1XmQx!C%{yBb8>)y1nZF`qh)@Ra|NWKtX=_GMu*L-1tR$YH8l<= diff --git a/style.css b/style.css index 002ffd4..d2383ed 100644 --- a/style.css +++ b/style.css @@ -8,3 +8,9 @@ tfoot { background-color: #1D4699; color: #fff; } +a.button { + padding: 10px 20px; + background-color: blue; + color: white; + text-decoration: none; +}