From 9d1b5c720e0227f08fee024b0711383d149553d1 Mon Sep 17 00:00:00 2001 From: Set Hallstrom Date: Sun, 19 May 2019 00:08:56 +0200 Subject: [PATCH] some color shot --- _sass/form.scss | 4 ++-- _sass/mycv.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_sass/form.scss b/_sass/form.scss index 7d4ad9a..a851abd 100644 --- a/_sass/form.scss +++ b/_sass/form.scss @@ -21,7 +21,7 @@ input[type=text], input[type=email], textarea, select { input[type=submit] { width: 200px; - background-image: linear-gradient(223deg, rgba(31, 31, 31, 0.5), rgba(224, 224, 224, 0.5)); + background: linear-gradient(97deg, rgb(84, 241, 210), rgb(165, 202, 195)); background-size: 800% 800%; -webkit-animation: AnimationName 29s ease infinite; -moz-animation: AnimationName 29s ease infinite; @@ -36,7 +36,7 @@ input[type=submit] { } input[type=submit]:hover { - background-image: linear-gradient(223deg, rgba(224, 224, 224, 0.5),rgba(31, 31, 31, 0.5)); + background: linear-gradient(97deg, rgb(165, 202, 195), rgb(84, 241, 210)); background-size: 800% 800%; -webkit-animation: AnimationName 29s ease infinite; -moz-animation: AnimationName 29s ease infinite; diff --git a/_sass/mycv.scss b/_sass/mycv.scss index 17ad2fc..3e71d87 100755 --- a/_sass/mycv.scss +++ b/_sass/mycv.scss @@ -177,7 +177,7 @@ a:active { a:hover { text-shadow: .05em .05em rgb(31, 31, 31), -.05em -.05em rgb(224, 224, 224); background: linear-gradient(97deg, rgb(224, 224, 224), rgb(31, 31, 31),); - + color: rgb(84, 241, 210); } }