From dc0f3dbcef2608313a16a9c8571baf2fdbaa5ca1 Mon Sep 17 00:00:00 2001
From: ourspalois <theoballet@protonmail.com>
Date: Sat, 22 May 2021 12:19:29 +0200
Subject: [PATCH] Changement de couleur 3.0

---
 note_kfet/static/css/custom.css | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/note_kfet/static/css/custom.css b/note_kfet/static/css/custom.css
index cbd34b07..c28cac3e 100644
--- a/note_kfet/static/css/custom.css
+++ b/note_kfet/static/css/custom.css
@@ -108,3 +108,24 @@ body {
     background-color: rgb(28, 114, 10);
     border-color: rgb(18, 67, 46);
 }
+
+.border-primary {
+    border-color: rgb(28, 114, 10) !important; 
+}
+
+a {
+    color: rgb(28, 114, 10);
+}
+
+a:hover {
+    color: rgb(122, 163, 75);
+}
+
+.form-control:focus {
+    box-shadow: 0 0 0 0.25rem rgba(122, 163, 75, 0.25);
+    border-color: rgb(122, 163, 75);
+}
+
+.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
+  box-shadow: 0 0 0 0.25rem rgba(122, 163, 75, 0.5);
+}
-- 
GitLab