diff --git a/reValuate/db.sqlite3 b/reValuate/db.sqlite3 index b0eae31d..70848d71 100644 Binary files a/reValuate/db.sqlite3 and b/reValuate/db.sqlite3 differ diff --git a/reValuate/home/static/home/css/style.css b/reValuate/home/static/home/css/style.css index 3d6a2240..3f6c9fd7 100644 --- a/reValuate/home/static/home/css/style.css +++ b/reValuate/home/static/home/css/style.css @@ -48,7 +48,7 @@ body{ background-color: #4CAF50; } -a { +a.navlink { color: white; font-size: 30px; transition: 0.6s; diff --git a/reValuate/home/static/home/css/upload.css b/reValuate/home/static/home/css/upload.css index efff0521..1c077945 100644 --- a/reValuate/home/static/home/css/upload.css +++ b/reValuate/home/static/home/css/upload.css @@ -15,7 +15,7 @@ } .fancyButton:hover { - background-color: green; + background-image: url("images/header.png"), linear-gradient( 292.6deg, rgba(255,255,255,1) -44.1%, rgba(40,167,69,1) 100.5% ); color: white; } diff --git a/reValuate/templates/base.html b/reValuate/templates/base.html index fb1d0e44..5640b885 100644 --- a/reValuate/templates/base.html +++ b/reValuate/templates/base.html @@ -22,25 +22,34 @@