From 58dda1c7530c304c772f2f117bb3a2c5cadc8675 Mon Sep 17 00:00:00 2001 From: Justin Ehrenhofer <12520755+SamsungGalaxyPlayer@users.noreply.github.com> Date: Fri, 10 May 2024 11:32:37 -0500 Subject: [PATCH] Make brighter blue --- css/style.css | 40 ++++++++++++++-------------- img/book.svg | 2 +- img/classroom.svg | 2 +- img/construction.svg | 2 +- img/federated.svg | 2 +- img/hands.svg | 2 +- img/letter.svg | 2 +- img/logos/magic-grants-icon-blue.svg | 2 +- img/social-icons/discord-logo.svg | 2 +- img/social-icons/github-logo.svg | 2 +- img/social-icons/matrix-logo.svg | 6 ++--- img/social-icons/twitter-logo.svg | 2 +- 12 files changed, 33 insertions(+), 33 deletions(-) diff --git a/css/style.css b/css/style.css index 1b8ea58..de7f7a6 100644 --- a/css/style.css +++ b/css/style.css @@ -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: #414cda; - background-color: #dcdbff; + color: #3a76f0; + background-color: #D1DFFB; } .main-menu li.nav-item ul.dropdown { @@ -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: #414cda; - background-color: #dcdbff; + color: #3a76f0; + background-color: #D1DFFB; } .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 { @@ -593,7 +593,7 @@ header .container { } .slide-nav .mob-item >a, .slide-nav .mob-item > label { - color: #414cda; + color: #3a76f0; } .slide-nav .mob-item label { @@ -623,7 +623,7 @@ header .container { } .slide-nav .mob-item input:checked + label:after { - background-color: #414cda; + background-color: #3a76f0; } .slide-nav .mob-item .dropdown-content li a { @@ -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: #414cda; + color: #3a76f0; } .logo-mobile img { @@ -664,7 +664,7 @@ header .container { .slide-nav .mob-item .sub-nav-item { display: block; - background-color: #dcdbff; + background-color: #D1DFFB; border-radius: 50%; padding: 1rem; width: 1.8rem; @@ -672,7 +672,7 @@ header .container { } .slide-nav .mob-item .sub-nav-item svg { - fill: #414cda; + fill: #3a76f0; } } @@ -741,7 +741,7 @@ header .container { .btn-primary, .btn-primary:visited, .blog-section .col.post-page .post-body p a.btn-primary { - background-color: #414cda; + background-color: #3a76f0; color: #ffffff; border-radius: 100px; text-decoration: none; @@ -784,8 +784,8 @@ header .container { } .btn-secondary, .btn-secondary:visited { - background-color: #dcdbff; - color: #414cda; + background-color: #D1DFFB; + color: #3a76f0; border-radius: 100px; text-decoration: none; padding: 1rem 2rem; @@ -1328,7 +1328,7 @@ header .container { .social .social-links li a { display: block; - background-color: #dcdbff; + background-color: #D1DFFB; border-radius: 50%; padding: 1rem; width: 2rem; @@ -1338,7 +1338,7 @@ header .container { } .social .social-links li a svg path { - fill: #414cda; + fill: #3a76f0; } .social .social-links li a:before { @@ -1810,8 +1810,8 @@ header .container { .blog-section .col.post-page .post-body p a { text-decoration: none; - color: #414cda; - border-bottom: 1.5px dashed #414cda; + color: #3a76f0; + border-bottom: 1.5px dashed #3a76f0; } .blog-section .col.post-page .post-body ul { @@ -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: #414cda; + color: #3a76f0; text-decoration: none; - border-bottom: 1px solid #414cda; + border-bottom: 1px solid #3a76f0; } .blog-section .col.post-page .post-body ul p, .blog-section .col.post-page .post-body ol p { @@ -1884,7 +1884,7 @@ blockquote:before { left: 2rem; margin-right: 1rem; font-size: 6rem; - color: #414cda; + color: #3a76f0; font-weight: 700; } @@ -1952,7 +1952,7 @@ blockquote p { /* footer */ footer { - background-color: #414cda; + background-color: #3a76f0; padding: 1rem; } diff --git a/img/book.svg b/img/book.svg index a3e40f4..105dd61 100644 --- a/img/book.svg +++ b/img/book.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/img/classroom.svg b/img/classroom.svg index 3e1e005..9b05933 100644 --- a/img/classroom.svg +++ b/img/classroom.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/img/construction.svg b/img/construction.svg index a6cf135..5170b3a 100644 --- a/img/construction.svg +++ b/img/construction.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/img/federated.svg b/img/federated.svg index 81a353f..00b273f 100644 --- a/img/federated.svg +++ b/img/federated.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/img/hands.svg b/img/hands.svg index d3361a9..5b8a099 100644 --- a/img/hands.svg +++ b/img/hands.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/img/letter.svg b/img/letter.svg index e4dadc6..4c68cc5 100644 --- a/img/letter.svg +++ b/img/letter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/img/logos/magic-grants-icon-blue.svg b/img/logos/magic-grants-icon-blue.svg index 2137e04..94e04f0 100644 --- a/img/logos/magic-grants-icon-blue.svg +++ b/img/logos/magic-grants-icon-blue.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/img/social-icons/discord-logo.svg b/img/social-icons/discord-logo.svg index c83bee6..e50c8a9 100644 --- a/img/social-icons/discord-logo.svg +++ b/img/social-icons/discord-logo.svg @@ -1,3 +1,3 @@ - + diff --git a/img/social-icons/github-logo.svg b/img/social-icons/github-logo.svg index 3aba526..b7d750d 100644 --- a/img/social-icons/github-logo.svg +++ b/img/social-icons/github-logo.svg @@ -1,3 +1,3 @@ - + diff --git a/img/social-icons/matrix-logo.svg b/img/social-icons/matrix-logo.svg index 3979391..6c67004 100644 --- a/img/social-icons/matrix-logo.svg +++ b/img/social-icons/matrix-logo.svg @@ -1,5 +1,5 @@ - - - + + + diff --git a/img/social-icons/twitter-logo.svg b/img/social-icons/twitter-logo.svg index 7b3c00a..7b3eef3 100644 --- a/img/social-icons/twitter-logo.svg +++ b/img/social-icons/twitter-logo.svg @@ -1,3 +1,3 @@ - +