diff --git a/default-theme.css b/default-theme.css index e87c9b3..e2e0ed1 100644 --- a/default-theme.css +++ b/default-theme.css @@ -16,7 +16,7 @@ border-color: var(--href); background-color: var(--background-darker); } - ul#primary-menu.menu.nav-menu ::after, span.screen-reader-text,li,label,hr,h3#reply-title.comment-reply-title,.tags-links a,.posted-on time,.byline a,time,a.comment-edit-link,.entry-footer>span.tags-links a,.entry-footer>span.tags-links,h2.entry-title a, .site-info,body, button, input, select, textarea,article.hentry .entry-footer>span { + ul#primary-menu.menu.nav-menu ::after, span.screen-reader-text,li,label,hr,h3#reply-title.comment-reply-title,.tags-links a,.posted-on time,.byline a,time,a.comment-edit-link,.entry-footer>span.tags-links a,.entry-footer>span.tags-links,h2.entry-title a,h1.entry-title, .site-info,body, button, input, select, textarea,article.hentry .entry-footer>span,.mt-social-menu-wrapper,.mt-author-name,.mt-related-post-title,.widget-title,.page-title { color: var(--text-color) !important; font-family: var(--main-font); } @@ -56,9 +56,9 @@ h1, h2, h3, h4, h5, h6 { clear: both; font-weight: normal; - font-family: var(--main-font); line-height: 1.5; margin-bottom: 15px; + font-family: var(--main-font); color: var(--text-color); } strong, b { @@ -114,12 +114,9 @@ .site-title { margin: 0; font-family: var(--special-font); - ; line-height: 1.5; font-weight: 1; - font-size: px; color: var(--text-color); - /* almost white */ text-shadow: 0 0 3px var(--href-dark), 0 0 10px var(--href), 0 0 20px var(--href), 0 0 30px var(--href); } .site-title a:hover{ @@ -137,6 +134,7 @@ font-family: var(--main-font); line-height: 1.5; font-weight: 1; + color:var(--text-color); } .features-post-title { font-size: 18px; diff --git a/retro-theme.css b/retro-theme.css index a3652b3..823f73d 100644 --- a/retro-theme.css +++ b/retro-theme.css @@ -16,7 +16,7 @@ border-color: var(--href); background-color: var(--background-darker); } - ul#primary-menu.menu.nav-menu ::after, span.screen-reader-text,li,label,hr,h3#reply-title.comment-reply-title,.tags-links a,.posted-on time,.byline a,time,a.comment-edit-link,.entry-footer>span.tags-links a,.entry-footer>span.tags-links,h2.entry-title a, .site-info,body, button, input, select, textarea,article.hentry .entry-footer>span { + ul#primary-menu.menu.nav-menu ::after, span.screen-reader-text,li,label,hr,h3#reply-title.comment-reply-title,.tags-links a,.posted-on time,.byline a,time,a.comment-edit-link,.entry-footer>span.tags-links a,.entry-footer>span.tags-links,h2.entry-title a,h1.entry-title, .site-info,body, button, input, select, textarea,article.hentry .entry-footer>span,.mt-social-menu-wrapper,.mt-author-name,.mt-related-post-title,.widget-title,.page-title { color: var(--text-color) !important; font-family: var(--main-font); } @@ -56,9 +56,9 @@ h1, h2, h3, h4, h5, h6 { clear: both; font-weight: normal; - font-family: var(--main-font); line-height: 1.5; margin-bottom: 15px; + font-family: var(--main-font); color: var(--text-color); } strong, b { @@ -114,12 +114,9 @@ .site-title { margin: 0; font-family: var(--special-font); - ; line-height: 1.5; font-weight: 1; - font-size: px; color: var(--text-color); - /* almost white */ text-shadow: 0 0 3px var(--href-dark), 0 0 10px var(--href), 0 0 20px var(--href), 0 0 30px var(--href); } .site-title a:hover{ @@ -137,6 +134,7 @@ font-family: var(--main-font); line-height: 1.5; font-weight: 1; + color:var(--text-color); } .features-post-title { font-size: 18px;