Skip to content

Commit

Permalink
change blue to purple
Browse files Browse the repository at this point in the history
  • Loading branch information
SamsungGalaxyPlayer committed May 9, 2024
1 parent 005f5d6 commit 295c7e4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@ h1, h2, h3 {
}

.main-menu li.nav-item a:hover, .main-menu li.nav-item a:active, .main-menu li.nav-item a:focus {
color: #2E5DE4;
background-color: #D5DEFA;
color: #562BB7;
background-color: #E6DBFF;
}

.main-menu li.nav-item ul.dropdown {
Expand Down Expand Up @@ -398,8 +398,8 @@ h1, h2, h3 {
}

.main-menu li.nav-item ul.dropdown li a:hover, .main-menu li.nav-item ul.dropdown li a:active, .main-menu li.nav-item ul.dropdown li a:focus {
color: #2E5DE4;
background-color: #D5DEFA;
color: #562BB7;
background-color: #E6DBFF;
}

.main-menu li.nav-item:hover > ul.dropdown, .main-menu li.nav-item:focus-within > ul.dropdown .main-menu li.nav-item ul.dropdown:hover, .main-menu li.nav-item ul.dropdown:focus {
Expand Down Expand Up @@ -593,7 +593,7 @@ header .container {
}

.slide-nav .mob-item >a, .slide-nav .mob-item > label {
color: #2E5DE4;
color: #562BB7;
}

.slide-nav .mob-item label {
Expand Down Expand Up @@ -623,7 +623,7 @@ header .container {
}

.slide-nav .mob-item input:checked + label:after {
background-color: #2E5DE4;
background-color: #562BB7;
}

.slide-nav .mob-item .dropdown-content li a {
Expand All @@ -642,7 +642,7 @@ header .container {
}

.slide-nav .mob-item > a:hover, .slide-nav .mob-item > a:focus, .slide-nav .mob-item > a:active, .slide-nav .mob-item > label:hover, .slide-nav .mob-item > label:focus, .slide-nav .mob-item > label:active, .slide-nav .mob-item > input:checked + label, .slide-nav .mob-item .dropdown-content li a:hover, .slide-nav .mob-item .dropdown-content li a:focus, .slide-nav .mob-item .dropdown-content li a:active {
color: #2E5DE4;
color: #562BB7;
}

.logo-mobile img {
Expand All @@ -664,15 +664,15 @@ header .container {

.slide-nav .mob-item .sub-nav-item {
display: block;
background-color: #D5DEFA;
background-color: #E6DBFF;
border-radius: 50%;
padding: 1rem;
width: 1.8rem;
height: 1.8rem;
}

.slide-nav .mob-item .sub-nav-item svg {
fill: #2E5DE4;
fill: #562BB7;
}

}
Expand Down Expand Up @@ -741,7 +741,7 @@ header .container {

.btn-primary, .btn-primary:visited,
.blog-section .col.post-page .post-body p a.btn-primary {
background-color: #2E5DE4;
background-color: #562BB7;
color: #ffffff;
border-radius: 100px;
text-decoration: none;
Expand Down Expand Up @@ -784,8 +784,8 @@ header .container {
}

.btn-secondary, .btn-secondary:visited {
background-color: #D5DEFA;
color: #2E5DE4;
background-color: #E6DBFF;
color: #562BB7;
border-radius: 100px;
text-decoration: none;
padding: 1rem 2rem;
Expand Down Expand Up @@ -1328,7 +1328,7 @@ header .container {

.social .social-links li a {
display: block;
background-color: #D5DEFA;
background-color: #E6DBFF;
border-radius: 50%;
padding: 1rem;
width: 2rem;
Expand All @@ -1338,7 +1338,7 @@ header .container {
}

.social .social-links li a svg path {
fill: #2E5DE4;
fill: #562BB7;
}

.social .social-links li a:before {
Expand Down Expand Up @@ -1810,8 +1810,8 @@ header .container {

.blog-section .col.post-page .post-body p a {
text-decoration: none;
color: #2E5DE4;
border-bottom: 1.5px dashed #2E5DE4;
color: #562BB7;
border-bottom: 1.5px dashed #562BB7;
}

.blog-section .col.post-page .post-body ul {
Expand Down Expand Up @@ -1841,9 +1841,9 @@ header .container {
}

.blog-section .col.post-page .post-body ul li a, .blog-section .col.post-page .post-body ol li a {
color: #2E5DE4;
color: #562BB7;
text-decoration: none;
border-bottom: 1px solid #2E5DE4;
border-bottom: 1px solid #562BB7;
}

.blog-section .col.post-page .post-body ul p, .blog-section .col.post-page .post-body ol p {
Expand Down Expand Up @@ -1884,7 +1884,7 @@ blockquote:before {
left: 2rem;
margin-right: 1rem;
font-size: 6rem;
color: #2E5DE4;
color: #562BB7;
font-weight: 700;
}

Expand Down Expand Up @@ -1952,7 +1952,7 @@ blockquote p {
/* footer */

footer {
background-color: #2E5DE4;
background-color: #562BB7;
padding: 1rem;
}

Expand Down
Loading

0 comments on commit 295c7e4

Please sign in to comment.