diff options
author | Marco Alexander Fischer | 2018-09-10 16:56:48 +0200 |
---|---|---|
committer | Marco Alexander Fischer | 2018-09-10 16:56:48 +0200 |
commit | 680ec96536a7080b1461b54ff27e53bb143b1ea9 (patch) | |
tree | 54bf7c30a6a8f3edffde284231a9daad76392eb1 /assets/css | |
parent | eca7ce7e7e87a0f51167f19da193e79ad46fc0f5 (diff) |
Changed colors :lipstick:
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/style.css | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 8bb8939..af2f74d 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -83,8 +83,8 @@ body { } .buttonBlue { - background: #F9A825; /* fallback for bad browsers */ - background: linear-gradient(to right, #F9A825, #FF5252); + background: #263238; /* fallback for bad browsers */ + background: linear-gradient(to right, #FF7170, #FB5D5E); color: white; border-radius: 20px; width: 160px; @@ -99,8 +99,8 @@ body { } .buttonBlue:hover { - background: #16BFFD; /* fallback for bad browsers */ - background: linear-gradient(to right, #F9A825, #FF5252); + background: #FF7170; /* fallback for bad browsers */ + background: linear-gradient(to right, #FF7170, #FB5D5E); color: white; border-radius: 20px; width: 175px; @@ -117,12 +117,12 @@ body { a:visited { text-decoration: none; - color: #FF5252; + color: #FB5D5E; } a { text-decoration: none; - color: #FF5252; + color: #FB5D5E; } @keyframes middle-to-top { @@ -213,7 +213,7 @@ a { transform: translateY(0); } 25% { - background: #F9A825; + background: #FB5D5E; transform: translateY(-5px); } 50% { @@ -228,7 +228,7 @@ a { transform: translateY(0); } 50% { - background: #F9A825; + background: #FB5D5E; transform: translateY(-5px); } 75% { @@ -243,7 +243,7 @@ a { transform: translateY(0); } 75% { - background: #F9A825; + background: #FB5D5E; transform: translateY(-5px); } 100% { @@ -258,7 +258,7 @@ a { transform: translateY(0); } 100% { - background: #F9A825; + background: #FB5D5E; transform: translateY(-5px); } 25% { |