updated colors

This commit is contained in:
Karma Riuk 2023-09-01 15:20:41 +02:00
parent a04d67f4ab
commit 94bb013e62
2 changed files with 26 additions and 20 deletions

View File

@ -433,7 +433,7 @@ section {
.section-title span { .section-title span {
position: absolute; position: absolute;
top: 30px; top: 30px;
color: #eef0f2; color: #3b434a17;
left: 0; left: 0;
right: 0; right: 0;
z-index: 1; z-index: 1;
@ -971,7 +971,10 @@ section {
position: relative; position: relative;
} }
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet { .portfolio-details
.portfolio-details-slider
.swiper-pagination
.swiper-pagination-bullet {
width: 12px; width: 12px;
height: 12px; height: 12px;
background-color: #fff; background-color: #fff;
@ -979,7 +982,10 @@ section {
border: 1px solid #ffb727; border: 1px solid #ffb727;
} }
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active { .portfolio-details
.portfolio-details-slider
.swiper-pagination
.swiper-pagination-bullet-active {
background-color: #ffb727; background-color: #ffb727;
} }
@ -1260,7 +1266,7 @@ section {
padding: 12px 15px; padding: 12px 15px;
} }
.contact .php-email-form button[type=submit] { .contact .php-email-form button[type="submit"] {
background: #ffb727; background: #ffb727;
border: 0; border: 0;
padding: 10px 24px; padding: 10px 24px;
@ -1269,7 +1275,7 @@ section {
border-radius: 5px; border-radius: 5px;
} }
.contact .php-email-form button[type=submit]:hover { .contact .php-email-form button[type="submit"]:hover {
background: #ffc85a; background: #ffc85a;
} }

View File

@ -139,9 +139,9 @@
</div> </div>
<div class="progress"> <div class="progress">
<span class="skill">JavaScript <i class="val">75%</i></span> <span class="skill">JavaScript <i class="val">95%</i></span>
<div class="progress-bar-wrap"> <div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="75" <div class="progress-bar" role="progressbar" aria-valuenow="95"
aria-valuemin="0" aria-valuemax="100"></div> aria-valuemin="0" aria-valuemax="100"></div>
</div> </div>
</div> </div>