diff --git a/css/style.css b/css/style.css index 2e5bcfb..d6fca12 100755 --- a/css/style.css +++ b/css/style.css @@ -103,14 +103,14 @@ h2 { font-family: "Montserrat", sans-serif; font-size: 26px; line-height: 1; - color: #454cad; + color: #45ada1; margin-bottom: 0; } p { font-family: "Montserrat", sans-serif; font-size: 18px; - color: #5f6982; + color: ##825f78; } .uploader { @@ -136,7 +136,7 @@ p { user-select: none; } .uploader label:hover { - border-color: #454cad; + border-color: #f20f0f; } .uploader label.hover { border: 3px solid #454cad; @@ -264,4 +264,4 @@ div.container { .infos {background-color: #2196F3;} /* Blue */ .warning {background-color: #ff9800;} /* Orange */ .danger {background-color: #f44336;} /* Red */ -.other {background-color: #e7e7e7; color: black;} /* Gray */ \ No newline at end of file +.other {background-color: #e7e7e7; color: black;} /* Gray */