From 9e1cdae2e0483a48473b9798f496fea3ae537588 Mon Sep 17 00:00:00 2001 From: Shreyansh Jain Date: Sat, 19 Oct 2019 13:13:24 +0530 Subject: [PATCH] Update style.css --- css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 */