Skip to content

Commit

Permalink
Purple -> blue
Browse files Browse the repository at this point in the history
  • Loading branch information
SamsungGalaxyPlayer committed May 10, 2024
1 parent b7a754c commit 661a901
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 27 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: #562BB7;
background-color: #E6DBFF;
color: #414cda;
background-color: #dcdbff;
}

.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: #562BB7;
background-color: #E6DBFF;
color: #414cda;
background-color: #dcdbff;
}

.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: #562BB7;
color: #414cda;
}

.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: #562BB7;
background-color: #414cda;
}

.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: #562BB7;
color: #414cda;
}

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

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

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

}
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: #562BB7;
background-color: #414cda;
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: #E6DBFF;
color: #562BB7;
background-color: #dcdbff;
color: #414cda;
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: #E6DBFF;
background-color: #dcdbff;
border-radius: 50%;
padding: 1rem;
width: 2rem;
Expand All @@ -1338,7 +1338,7 @@ header .container {
}

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

.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: #562BB7;
border-bottom: 1.5px dashed #562BB7;
color: #414cda;
border-bottom: 1.5px dashed #414cda;
}

.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: #562BB7;
color: #414cda;
text-decoration: none;
border-bottom: 1px solid #562BB7;
border-bottom: 1px solid #414cda;
}

.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: #562BB7;
color: #414cda;
font-weight: 700;
}

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

footer {
background-color: #562BB7;
background-color: #414cda;
padding: 1rem;
}

Expand Down
2 changes: 1 addition & 1 deletion img/book.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion img/classroom.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 661a901

Please sign in to comment.