Skip to content

Commit

Permalink
change colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Susie Nguyen committed Jun 10, 2024
1 parent 5213c11 commit 8f534d4
Showing 1 changed file with 40 additions and 41 deletions.
81 changes: 40 additions & 41 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
::-webkit-scrollbar-thumb {
background: #E0A526;
background: #018DF9;
border-radius: 10px;
border: 4px solid transparent;
background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover {
background: #E0A526;
background: #018DF9;
border: 3px solid transparent;
background-clip: content-box;
}
Expand All @@ -42,7 +42,7 @@ body {
}

a {
color: #E0A526;
color: #018DF9;
text-decoration: none;
transition: 0.5s;
}
Expand Down Expand Up @@ -99,7 +99,7 @@ h6 {
right: 15px;
bottom: 15px;
z-index: 996;
background: #E0A526;
background: #018DF9;
width: 40px;
height: 40px;
border-radius: 50px;
Expand Down Expand Up @@ -136,7 +136,7 @@ h6 {
display: block;
width: 60px;
height: 5px;
background: #E0A526;
background: #018DF9;
bottom: 0;
left: calc(50% - 30px);
}
Expand Down Expand Up @@ -191,7 +191,7 @@ h6 {
}

#header #logo h1 span {
color: #E0A526;
color: #018DF9;
}

#header #logo h1 a,
Expand Down Expand Up @@ -267,7 +267,7 @@ h6 {
height: 2px;
bottom: -6px;
left: 0;
background-color: #E0A526;
background-color: #018DF9;
visibility: hidden;
transition: all 0.3s ease-in-out 0s;
}
Expand Down Expand Up @@ -319,7 +319,7 @@ h6 {
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
color: #E0A526;
color: #018DF9;
}

.navbar .dropdown:hover>ul {
Expand Down Expand Up @@ -424,7 +424,7 @@ h6 {
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
color: #E0A526;
color: #018DF9;
}

.navbar-mobile .getstarted,
Expand Down Expand Up @@ -459,7 +459,7 @@ h6 {
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
color: #E0A526;
color: #018DF9;
}

.navbar-mobile .dropdown>.dropdown-active {
Expand Down Expand Up @@ -523,7 +523,7 @@ h6 {
}

#hero h1 span {
color: #E0A526;
color: #018DF9;
}

@media (max-width: 991px) {
Expand All @@ -547,7 +547,7 @@ h6 {
#hero .play-btn {
width: 94px;
height: 94px;
background: radial-gradient(#E0A526 50%, rgba(101, 111, 150, 0.15) 52%);
background: radial-gradient(#018DF9 50%, rgba(101, 111, 150, 0.15) 52%);
border-radius: 50%;
display: block;
position: relative;
Expand Down Expand Up @@ -588,7 +588,7 @@ h6 {
}

#hero .play-btn:hover::after {
border-left: 15px solid #E0A526;
border-left: 15px solid #018DF9;
transform: scale(20);
}

Expand Down Expand Up @@ -622,11 +622,11 @@ h6 {
margin: 10px;
color: #fff;
animation-delay: 0.8s;
border: 2px solid #E0A526;
border: 2px solid #018DF9;
}

#hero .about-btn:hover {
background: #E0A526;
background: #018DF9;
color: #fff;
}

Expand Down Expand Up @@ -748,7 +748,7 @@ h6 {
}

#speakers .speaker .details a:hover {
color: #E0A526;
color: #018DF9;
}

#speakers .speaker:hover .details {
Expand Down Expand Up @@ -785,7 +785,7 @@ h6 {
}

#speakers-details .details .social a:hover {
background: #E0A526;
background: #018DF9;
color: #fff;
}

Expand Down Expand Up @@ -835,7 +835,7 @@ h6 {
}

#schedule .nav-item-i2i.active {
background-color: #E0A526 !important;
background-color: #018DF9 !important;
}


Expand All @@ -858,7 +858,7 @@ h6 {
}

#schedule .nav-tabs a.active {
background-color: #E0A526;
background-color: #018DF9;
color: #fff;
}

Expand Down Expand Up @@ -1038,7 +1038,7 @@ h6 {
}

#hotels a:hover {
color: #E0A526;
color: #018DF9;
}

#hotels .stars {
Expand Down Expand Up @@ -1076,11 +1076,11 @@ h6 {
height: 12px;
background-color: #fff;
opacity: 1;
border: 1px solid #E0A526;
border: 1px solid #018DF9;
}

#gallery .swiper-pagination .swiper-pagination-bullet-active {
background-color: #E0A526;
background-color: #018DF9;
}

#gallery .swiper-slide-active {
Expand All @@ -1093,7 +1093,7 @@ h6 {
}

#gallery .swiper-slide-active {
border: 5px solid #E0A526;
border: 5px solid #018DF9;
padding: 4px;
background: #fff;
z-index: 1;
Expand Down Expand Up @@ -1163,11 +1163,11 @@ h6 {
--------------------------------------------------------------*/
.buy-tickets {
color: #fff;
background: #E0A526;
background: #018DF9;
padding: 7px 22px;
margin: 0 0 0 15px;
border-radius: 50px;
border: 2px solid #E0A526;
border: 2px solid #018DF9;
transition: all ease-in-out 0.3s;
font-weight: 500;
line-height: 1;
Expand Down Expand Up @@ -1237,13 +1237,13 @@ h6 {
border-radius: 50px;
padding: 10px 40px;
transition: all 0.2s;
background-color: #E0A526;
background-color: #018DF9;
border: 0;
color: #fff;
}

#buy-tickets .card .btn:hover {
background-color: #b68722;
background-color: #0373c9;
}

#buy-tickets #buy-ticket-modal input,
Expand Down Expand Up @@ -1286,13 +1286,12 @@ h6 {
#faq .faq-list .question {
display: block;
position: relative;
font-family: #E0A526;
font-size: 18px;
line-height: 24px;
font-weight: 400;
padding-left: 25px;
cursor: pointer;
color: #E0A526;
color: #018DF9;
transition: 0.3s;
}

Expand All @@ -1317,7 +1316,7 @@ h6 {
}

#faq .faq-list .collapsed:hover {
color: #E0A526;
color: #018DF9;
}

#faq .faq-list .collapsed .icon-show {
Expand Down Expand Up @@ -1383,7 +1382,7 @@ h6 {
border: 0;
padding: 9px 25px;
cursor: pointer;
background: #E0A526;
background: #018DF9;
color: #fff;
transition: all 0.3s ease;
outline: none;
Expand Down Expand Up @@ -1447,7 +1446,7 @@ h6 {
font-size: 48px;
display: inline-block;
margin-bottom: 10px;
color: #E0A526;
color: #018DF9;
}

#contact .contact-info address,
Expand All @@ -1469,7 +1468,7 @@ h6 {
}

#contact .contact-info a:hover {
color: #E0A526;
color: #018DF9;
}

#contact .contact-address,
Expand Down Expand Up @@ -1571,7 +1570,7 @@ h6 {
}

#footer .footer-top .social-links a:hover {
background: #E0A526;
background: #018DF9;
color: #fff;
}

Expand All @@ -1582,7 +1581,7 @@ h6 {
text-transform: uppercase;
position: relative;
padding-bottom: 12px;
border-bottom: 2px solid #E0A526;
border-bottom: 2px solid #018DF9;
}

#footer .footer-top .footer-links {
Expand All @@ -1597,7 +1596,7 @@ h6 {

#footer .footer-top .footer-links ul i {
padding-right: 5px;
color: #E0A526;
color: #018DF9;
font-size: 18px;
}

Expand All @@ -1615,7 +1614,7 @@ h6 {
}

#footer .footer-top .footer-links ul a:hover {
color: #E0A526;
color: #018DF9;
}

#footer .footer-top .footer-contact {
Expand All @@ -1637,7 +1636,7 @@ h6 {
}

#footer .footer-top .footer-newsletter input[type=submit] {
background: #E0A526;
background: #018DF9;
border: 0;
width: 35%;
padding: 6px 0;
Expand All @@ -1664,11 +1663,11 @@ h6 {

.fancy-btn {
color: #fff;
background: #E0A526;
background: #018DF9;
padding: 7px 22px;
margin: 0 0 0 15px;
border-radius: 50px;
border: 2px solid #E0A526;
border: 2px solid #018DF9;
font-weight: 500;
line-height: 1;
font-size: 13px;
Expand All @@ -1689,7 +1688,7 @@ h6 {
}

.teamsbullet {
color: #E0A526;
color: #018DF9;
}

.teamsdesc {
Expand Down

0 comments on commit 8f534d4

Please sign in to comment.