bumped to recent

This commit is contained in:
Sophia Atkinson 2023-05-27 07:43:38 -07:00
parent dac51ddcbb
commit 87d9398b5e
2 changed files with 6 additions and 10 deletions

View File

@ -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;

View File

@ -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;