Commit 79665b78 authored by TheTechRobo's avatar TheTechRobo
Browse files

Improve colouring of dark mode form content

parent 02675825
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@

}
.form-contenu-dark {
  background-image: linear-gradient(#9b1c1c, #9d2323) !important;  
  background-image: linear-gradient(#0e1323, #2e1323) !important;  
}

@media screen and (max-width: 767px) {