diff --git a/css/about.css b/css/about.css index 3d0185a..c972868 100644 --- a/css/about.css +++ b/css/about.css @@ -6,7 +6,7 @@ */ #section2 { - background-color: #ffc107; + background-color: #deebff; } #aboutmeText { @@ -41,12 +41,12 @@ width: 300px; padding: 10px; - background-color: #ba9320; + background-color: #7a96c2; color: black; border-radius: 5mm; font-size: larger; border-width: 1mm; - border-color: #7f6721; + border-color: #194378; border-style: solid; transition: background-color 500ms; @@ -55,7 +55,7 @@ #downloadcvbtn:hover { /*background-color: #facf4d;*/ color: white; - background-color: #7f6721; + background-color: #194378; transition: all 500ms; } diff --git a/css/contact.css b/css/contact.css index e719d1d..0463e03 100644 --- a/css/contact.css +++ b/css/contact.css @@ -6,7 +6,7 @@ */ #section5 { - background-color: #dc3545; + background-color: #7a96c2; } .personalcontacts { @@ -36,11 +36,13 @@ padding: 10px; border-radius: 5mm; font-size: larger; - color: white; + color: black; } .contactsign:hover { - background-color: #972f38; + color: white; + background-color: #194378; + transition: background-color 500ms; } #section5 { diff --git a/css/experience.css b/css/experience.css index dcf6cf5..ca8eed1 100644 --- a/css/experience.css +++ b/css/experience.css @@ -6,7 +6,8 @@ */ #section3 { - background-color: #53bf65; + background-color: #001631; + color: white; } .content > div { @@ -34,7 +35,7 @@ border: 6mm solid hsla(0, 100%, 50%, 0); padding-left: 2mm; - border-left-color: #357840; + border-left-color: #194378; transition: border-left-color 500ms; border-bottom-right-radius: 5mm; @@ -42,8 +43,8 @@ } .tab:hover { - color: aqua; - background-color: #357840; + color: #74f9d4; + background-color: #194378; transition: background-color 500ms; cursor: pointer; } @@ -59,7 +60,7 @@ width: 80%; top: -200px; height: 260px; - background-color: #357840; + background-color: #194378; color: white; border-radius: 5mm; } @@ -77,7 +78,7 @@ } .companyname { - color: aqua; + color: #74f9d4; } .experienceworktext { diff --git a/css/home.css b/css/home.css index 05e91f4..17c5e8a 100644 --- a/css/home.css +++ b/css/home.css @@ -6,7 +6,7 @@ */ #section1 { - background-color: #311E25; + background-color: #001631; color: white; padding-top: 200px; }