Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
realharshgautam authored Oct 1, 2023
1 parent 303c0dd commit b5d3c80
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}

::-webkit-scrollbar-thumb:hover {
background: #4070f4;
background: #141204;
}
/* navbar styling */
nav {
Expand All @@ -34,7 +34,7 @@ nav {
font-family: "Ubuntu", sans-serif;
}
nav.sticky {
background: #4070f4;
background: #141204;
padding: 13px 0;
}
nav .navbar {
Expand All @@ -47,7 +47,7 @@ nav .navbar {
nav .navbar .logo a {
font-weight: 500;
font-size: 30px;
color: #4070f4;
color: #141204;
}
nav.sticky .navbar .logo a {
color: #fff;
Expand All @@ -68,7 +68,7 @@ nav .navbar .menu li {
transition: all 0.4s ease;
}
.navbar .menu a:hover {
color: #4070f4;
color: #141204;
}
nav.sticky .menu a {
color: #fff;
Expand All @@ -77,7 +77,7 @@ nav.sticky .menu a:hover {
color: #0e2431;
}
.navbar .media-icons a {
color: #4070f4;
color: #141204;
font-size: 30px;
margin: 0 6px;
}
Expand Down Expand Up @@ -135,7 +135,7 @@ nav .menu-btn,
display: none;
}
nav .menu-btn {
color: #4070f4;
color: #141204;
}
nav.sticky .menu-btn {
color: #fff;
Expand Down Expand Up @@ -210,7 +210,7 @@ nav.sticky .menu-btn {
.home .text-three {
font-size: 40px;
margin: 5px 0;
color: #4070f4;
color: #141204;
}
.home .text-four {
font-size: 23px;
Expand All @@ -226,20 +226,20 @@ nav.sticky .menu-btn {
border-radius: 6px;
font-size: 25px;
font-weight: 400;
background: #4070f4;
background: #141204;
color: #fff;
cursor: pointer;
border: 2px solid transparent;
transition: all 0.4s ease;
}
.home .button button:hover {
border-color: #4070f4;
border-color: #141204;
background-color: #fff;
color: #4070f4;
color: #141204;
}

.media-icons2 {
color: #4070f4;
color: #141204;
font-size: 45px;
margin: 12px;
}
Expand Down Expand Up @@ -278,7 +278,7 @@ section .title span::after {
position: absolute;
height: 3px;
width: 100%;
background: #4070f4;
background: #141204;
left: 0;
bottom: 0;
}
Expand Down Expand Up @@ -319,16 +319,16 @@ section .button button {
border-radius: 4px;
font-size: 25px;
font-weight: 400;
background: #4070f4;
background: #141204;
color: #fff;
border: 2px solid transparent;
cursor: pointer;
transition: all 0.4s ease;
}
section .button button:hover {
border-color: #4070f4;
border-color: #141204;
background-color: #fff;
color: #4070f4;
color: #141204;
}

/* My Skills CSS */
Expand Down Expand Up @@ -378,11 +378,11 @@ section .button button:hover {
}
.skills-details .boxes .topic {
font-size: 20px;
color: #4070f4;
color: #141204;
}
.skills-details .boxes .per {
font-size: 60px;
color: #4070f4;
color: #141204;
}

/* My Services CSS */
Expand All @@ -402,13 +402,13 @@ section .button button:hover {
transition: all 0.4s ease;
}
.services .boxes .box:hover {
background: #4070f4;
background: #141204;
color: #fff;
}
.services .boxes .box .icon {
height: 50px;
width: 50px;
background: #4070f4;
background: #141204;
border-radius: 50%;
text-align: center;
line-height: 50px;
Expand All @@ -419,7 +419,7 @@ section .button button:hover {
}
.boxes .box:hover .icon {
background-color: #fff;
color: #4070f4;
color: #141204;
}
.services .boxes .box:hover .topic,
.services .boxes .box:hover p {
Expand All @@ -446,7 +446,7 @@ section .button button:hover {

/* Footer CSS */
footer {
background: #4070f4;
background: #141204;
padding: 15px 0;
text-align: center;
font-family: "Poppins", sans-serif;
Expand All @@ -469,7 +469,7 @@ footer .text span a:hover {
bottom: 20px;
right: 20px;
color: #fff;
background: #4070f4;
background: #141204;
padding: 7px 12px;
font-size: 18px;
border-radius: 6px;
Expand Down Expand Up @@ -536,7 +536,7 @@ footer .text span a:hover {
margin: 10px 0;
}
nav.sticky .menu a:hover {
color: #4070f4;
color: #141204;
}
nav .navbar .media-icons {
display: none;
Expand Down Expand Up @@ -583,6 +583,6 @@ footer .text span a:hover {
}
.skills-details .boxes .per {
font-size: 50px;
color: #4070f4;
color: #141204;
}
}

0 comments on commit b5d3c80

Please sign in to comment.