diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..5b03ee7 Binary files /dev/null and b/.DS_Store differ diff --git a/assets/css/style.css b/assets/css/style.css index 31a2ace..c26da80 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -60,7 +60,7 @@ html { min-height: 550px; } a:hover{ - color: white !important; + color: white; font-weight: 600 !important; text-decoration: none; } @@ -68,7 +68,7 @@ a:hover{ .page-footer a:hover{ - color: rgb(204, 201, 201) !important; + color: rgb(204, 201, 201); font-weight: 600 !important; text-decoration: none; } @@ -81,9 +81,14 @@ a:hover{ text-decoration: none; } +.page-footer a:hover{ + color: #F2B257; +} + .page-footer a{ color: #BBB; } + .page-footer h5{ font-weight: bold; } @@ -94,6 +99,7 @@ a:hover{ .desc{ font-size: 1.4em !important; } + @media screen and (max-width:958px){ #projects{ min-height: 500px;