Commit 1697f505 authored by Udhbhav's avatar Udhbhav
Browse files

Changed some color in dark mode

parent 7c248543
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -26,10 +26,8 @@
  padding: 30px;

}


@media (min-height: 1250px) {
  
#form-contenu-dark {
  background-image: linear-gradient(#9b1c1c, #9d2323);  
}

@media screen and (max-width: 767px) {
@@ -42,7 +40,6 @@
  font-size: 15px;
  height: 4rem;
  width: 80%;
  color: black;
}
#but {
  height: 4rem;
@@ -52,6 +49,7 @@
.button-dark {
  background-color: rgba(50, 50, 50) !important;
  border-radius: 0.375rem; 
  color: rgb(203 213 225);
}

button[disabled] {
@@ -75,7 +73,7 @@ button[disabled] {
  background-color: black;
}
.white {
  color: white;
  color: rgb(203 213 225);
  background-color: #1d243d;
}

@@ -124,6 +122,7 @@ button[disabled] {
        "#theme-select": "theme-select-dark",
        "#but": "button-dark",
        "body": "white",
        "form-contenu": "form-contenu-dark",
        "a": "a-dark",
        "input": "white"
      }