diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/style.css | 20 | ||||
-rw-r--r-- | assets/index.html | 0 |
2 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% { diff --git a/assets/index.html b/assets/index.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/assets/index.html |