From bdbd74002fe5727344e19981f0e6aaafccf47d58 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Sun, 25 Jun 2023 13:55:09 -0700 Subject: [PATCH] fixed a:hover --- default-theme.css | 2 +- discord-theme.css | 2 +- pink-theme.css | 2 +- retro-theme.css | 2 +- white-theme.css | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/default-theme.css b/default-theme.css index e614b2a..2dbe4b4 100644 --- a/default-theme.css +++ b/default-theme.css @@ -207,7 +207,7 @@ li.recentcomments:before,blockquote:before,q:before,blockquote:after,q:after,.ed -webkit-transition:none; transition:none; } -em a:active,em a:focus,em a:hover{ +em a:active,em a:focus,em a:hover,a:hover{ color:var(--href-dark); } #mt-scrollup:hover, .entry-cat .cat-links a:hover,.entry-cat a:hover,.entry-footer a:hover,.comment-author .fn .url:hover,.commentmetadata .comment-edit-link,#cancel-comment-reply-link,#cancel-comment-reply-link:before,.logged-in-as a,.widget a:hover,.widget a:hover:before,.widget li:hover:before,.mt-social-icon-wrap li a:hover,.mt-social-icon-wrap li a:focus,#site-navigation ul li:hover>a,#site-navigation ul li.current-menu-item>a,#site-navigation ul li.current_page_ancestor>a,#site-navigation ul li.current-menu-ancestor>a,#site-navigation ul li.current_page_item>a,#site-navigation ul li.current-menu-parent>a,#site-navigation ul li.focus>a,.banner-sub-title,.entry-title a:hover,.cat-links a:hover,.entry-footer .mt-readmore-btn:hover,.btn-wrapper a:hover,.mt-readmore-btn:hover,.navigation.pagination .nav-links .page-numbers.current,.navigation.pagination .nav-links a.page-numbers:hover,#footer-menu li a:hover,.color_blog_dark_latest_posts .mt-post-title a:hover,.menu-toggle:hover,#top-navigation ul li a:hover,.mt-search-icon:hover,.entry-meta a:hover,.front-slider-block .banner-title a:hover,.post-info-wrap .entry-meta a:hover,.single .mt-single-related-posts .entry-title a:hover,.breadcrumbs .trail-items li a:hover,.wrap-label i,.has-thumbnail .post-info-wrap .entry-title a:hover,.front-slider-block .post-info-wrap .entry-title a:hover,#top-footer a:hover,a,a:focus{ diff --git a/discord-theme.css b/discord-theme.css index 15e8312..cc34773 100644 --- a/discord-theme.css +++ b/discord-theme.css @@ -207,7 +207,7 @@ li.recentcomments:before,blockquote:before,q:before,blockquote:after,q:after,.ed -webkit-transition:none; transition:none; } -em a:active,em a:focus,em a:hover{ +em a:active,em a:focus,em a:hover,a:hover{ color:var(--href-dark); } #mt-scrollup:hover, .entry-cat .cat-links a:hover,.entry-cat a:hover,.entry-footer a:hover,.comment-author .fn .url:hover,.commentmetadata .comment-edit-link,#cancel-comment-reply-link,#cancel-comment-reply-link:before,.logged-in-as a,.widget a:hover,.widget a:hover:before,.widget li:hover:before,.mt-social-icon-wrap li a:hover,.mt-social-icon-wrap li a:focus,#site-navigation ul li:hover>a,#site-navigation ul li.current-menu-item>a,#site-navigation ul li.current_page_ancestor>a,#site-navigation ul li.current-menu-ancestor>a,#site-navigation ul li.current_page_item>a,#site-navigation ul li.current-menu-parent>a,#site-navigation ul li.focus>a,.banner-sub-title,.entry-title a:hover,.cat-links a:hover,.entry-footer .mt-readmore-btn:hover,.btn-wrapper a:hover,.mt-readmore-btn:hover,.navigation.pagination .nav-links .page-numbers.current,.navigation.pagination .nav-links a.page-numbers:hover,#footer-menu li a:hover,.color_blog_dark_latest_posts .mt-post-title a:hover,.menu-toggle:hover,#top-navigation ul li a:hover,.mt-search-icon:hover,.entry-meta a:hover,.front-slider-block .banner-title a:hover,.post-info-wrap .entry-meta a:hover,.single .mt-single-related-posts .entry-title a:hover,.breadcrumbs .trail-items li a:hover,.wrap-label i,.has-thumbnail .post-info-wrap .entry-title a:hover,.front-slider-block .post-info-wrap .entry-title a:hover,#top-footer a:hover,a,a:focus{ diff --git a/pink-theme.css b/pink-theme.css index 8c2d75a..6dc510e 100644 --- a/pink-theme.css +++ b/pink-theme.css @@ -207,7 +207,7 @@ li.recentcomments:before,blockquote:before,q:before,blockquote:after,q:after,.ed -webkit-transition:none; transition:none; } -em a:active,em a:focus,em a:hover{ +em a:active,em a:focus,em a:hover,a:hover{ color:var(--href-dark); } #mt-scrollup:hover, .entry-cat .cat-links a:hover,.entry-cat a:hover,.entry-footer a:hover,.comment-author .fn .url:hover,.commentmetadata .comment-edit-link,#cancel-comment-reply-link,#cancel-comment-reply-link:before,.logged-in-as a,.widget a:hover,.widget a:hover:before,.widget li:hover:before,.mt-social-icon-wrap li a:hover,.mt-social-icon-wrap li a:focus,#site-navigation ul li:hover>a,#site-navigation ul li.current-menu-item>a,#site-navigation ul li.current_page_ancestor>a,#site-navigation ul li.current-menu-ancestor>a,#site-navigation ul li.current_page_item>a,#site-navigation ul li.current-menu-parent>a,#site-navigation ul li.focus>a,.banner-sub-title,.entry-title a:hover,.cat-links a:hover,.entry-footer .mt-readmore-btn:hover,.btn-wrapper a:hover,.mt-readmore-btn:hover,.navigation.pagination .nav-links .page-numbers.current,.navigation.pagination .nav-links a.page-numbers:hover,#footer-menu li a:hover,.color_blog_dark_latest_posts .mt-post-title a:hover,.menu-toggle:hover,#top-navigation ul li a:hover,.mt-search-icon:hover,.entry-meta a:hover,.front-slider-block .banner-title a:hover,.post-info-wrap .entry-meta a:hover,.single .mt-single-related-posts .entry-title a:hover,.breadcrumbs .trail-items li a:hover,.wrap-label i,.has-thumbnail .post-info-wrap .entry-title a:hover,.front-slider-block .post-info-wrap .entry-title a:hover,#top-footer a:hover,a,a:focus{ diff --git a/retro-theme.css b/retro-theme.css index e828e59..7085af8 100644 --- a/retro-theme.css +++ b/retro-theme.css @@ -207,7 +207,7 @@ li.recentcomments:before,blockquote:before,q:before,blockquote:after,q:after,.ed -webkit-transition:none; transition:none; } -em a:active,em a:focus,em a:hover{ +em a:active,em a:focus,em a:hover,a:hover{ color:var(--href-dark); } #mt-scrollup:hover, .entry-cat .cat-links a:hover,.entry-cat a:hover,.entry-footer a:hover,.comment-author .fn .url:hover,.commentmetadata .comment-edit-link,#cancel-comment-reply-link,#cancel-comment-reply-link:before,.logged-in-as a,.widget a:hover,.widget a:hover:before,.widget li:hover:before,.mt-social-icon-wrap li a:hover,.mt-social-icon-wrap li a:focus,#site-navigation ul li:hover>a,#site-navigation ul li.current-menu-item>a,#site-navigation ul li.current_page_ancestor>a,#site-navigation ul li.current-menu-ancestor>a,#site-navigation ul li.current_page_item>a,#site-navigation ul li.current-menu-parent>a,#site-navigation ul li.focus>a,.banner-sub-title,.entry-title a:hover,.cat-links a:hover,.entry-footer .mt-readmore-btn:hover,.btn-wrapper a:hover,.mt-readmore-btn:hover,.navigation.pagination .nav-links .page-numbers.current,.navigation.pagination .nav-links a.page-numbers:hover,#footer-menu li a:hover,.color_blog_dark_latest_posts .mt-post-title a:hover,.menu-toggle:hover,#top-navigation ul li a:hover,.mt-search-icon:hover,.entry-meta a:hover,.front-slider-block .banner-title a:hover,.post-info-wrap .entry-meta a:hover,.single .mt-single-related-posts .entry-title a:hover,.breadcrumbs .trail-items li a:hover,.wrap-label i,.has-thumbnail .post-info-wrap .entry-title a:hover,.front-slider-block .post-info-wrap .entry-title a:hover,#top-footer a:hover,a,a:focus{ diff --git a/white-theme.css b/white-theme.css index be5b53b..feebd78 100644 --- a/white-theme.css +++ b/white-theme.css @@ -4,8 +4,8 @@ --text-color:#000; --background:#fff; --background-darker:#e5e5e5; - --href:#5865F2; - --href-dark:#454FBF; + --href:#7289DA; + --href-dark:#4E5D94; --main-font:'Oxygen',sans-serif; --special-font:'Damion',handwriting; --cursor:url("data:image/webp;base64,UklGRngDAABXRUJQVlA4WAoAAAAQAAAAHwAAHwAAQUxQSIEBAAABoHNt22nbHdAz57eObRudT2tWPqe2bdu2WjNOeiddSttOSs/5zecOFmZETICqVm6+8+qrL11a1F8KiRqvaCvVf3s8UgqNJE00ifj/LEJxo6NCfYnU/W0irprDtzOlpI5Ug5/9gogN2DiD41JaK+gKRGyq2sSCR1JaQ5uLPGJT08YZz0pJtYlQYOo2zrivmk+RYRo0zjiiUOVjCtOwsZmh8L/PSsFEfuyqRNLLRMo0GY+VSjpCbpdhR+YpSGOgFEzkk1ZKpFeJuARMxm4FaT7R5bjg67aS9BY5LgE7Z6lCqnHYdgkQeUVS0FUy7BJs/h4qJWr+Ljl2GZFlkoKG/UnEbggyzkhSRXOgwC7j4v8UtAoK7Eacs72KUm2AiF2XsT22mlKthYhdy6bIcf8aSrUAcuxqNgVwS3UGTf+NDPw/m8gve3sn9aii4V+RGRubHCar0Yq6vQq5bZzx0WiFpAEF6VCEPM8zfp2goMZTafizEeDFVgoqNUjD9j313LaKgqoDAFZQOCDQAQAAkAkAnQEqIAAgAD5tKJFFpCIhmAwGAEAGxLYAW/NAPwAqQHqAegB5XnsW/sp6Ul2d/O8WMOCgA9qaZz+txdfVW/Tdgtw0GDD3K3EJpW5vvqx1oH8cAAD+51nIAAr3PTg8Tf3hFNZ+EzJ//BMyrWeoZ3OSvzBEHD9EY74RWPQPG/+W9ptQ7TPCo3IhnJ3j4sfu9GQRpNqfk0Fljw103/0yJ/+eCTMQhssw7HOSudmbTwwG9y/iG7y5IQ5ah7JO9p+tGDxKH86NyCSr/dmRLTQPrCBtWKmo+9SYzeLzVxsv/CDJPH26BxH2OZ58HAo2NOOQ7QCEWQUvlRLjfbjfURzu4jHGdt9sG8vs90HxHn3Mzf8SQ/95BxTmka11B6cRk342guuVaV+J29SX557TZwskvZE/Rg0i7crn9lZszxnzBnP3KBQwgQCYO5YNA2toe3NKKCwrCAk0stuCMDaxc9xrxp3S5irJ+Sq6kZbv/f+vsHD3cusfYcen/PpPsU3yMGKtO+BdHtZcBcQYl4D9qTOv1LaiNJtdqH9rFMFSqub4AjjCRgoBRJXa2ozZxzQVl8b+0/EGDh61OfW3uUQywis65Xe4M54tVmYKG0q2z5YAAAA=");