styles update

This commit is contained in:
Sophia Atkinson 2024-04-08 07:14:15 -07:00
parent 79dbca77db
commit a63e80f9e4
Signed by: Sophia
GPG Key ID: 73928E5CCCD28BE1
2 changed files with 81 additions and 34 deletions

View File

@ -98,7 +98,7 @@
.posted-on a::before {
width: 18px;
right: -24px
right: -24px;
}
.posted-on a {
@ -468,8 +468,8 @@
}
.posted-on a::before {
width: 11px;
right: -16px
width: 10px;
right: -14px;
}
.posted-on a {

109
style.css
View File

@ -25,23 +25,75 @@ Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
Reset
--------------------------------------------------------------*/
@import url("https://cdn.jsdelivr.net/npm/fork-awesome/css/fork-awesome.min.css");
@import url(https://fonts.bunny.net/css?family=josefin-sans:400,700|poppins:300,400,500,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, font,
ins, kbd, q, s, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-size: 62.5%;
/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
@ -172,7 +224,6 @@ h5,
h6 {
clear: both;
font-weight: normal;
font-family: 'Josefin Sans', sans-serif;
line-height: 1.5;
margin-bottom: 15px;
color: #ffffff;
@ -1213,7 +1264,7 @@ Default widget css
.wp-block-archives,
.wp-block-categories,
.wp-block-page-list,
.wp-block-latest-comments {
.wp-block-latest-comments {
list-style: outside none none;
margin: 0;
}
@ -1252,7 +1303,7 @@ Default widget css
.wp-block-archives li:last-child,
.wp-block-categories li:last-child,
.wp-block-page-list li:last-child,
.wp-block-latest-comments li:last-child {
.wp-block-latest-comments li:last-child {
border: none;
padding-bottom: 0;
margin-bottom: 0;
@ -1270,7 +1321,7 @@ Default widget css
.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-page-list li a,
.wp-block-latest-comments li{
.wp-block-latest-comments li {
color: #ffffff;
font-size: 14px;
line-height: 32px;
@ -1302,7 +1353,7 @@ Default widget css
.wp-block-archives li a:before,
.wp-block-categories li a:before,
.wp-block-page-list li a:before,
.wp-block-latest-comments li:before {
.wp-block-latest-comments li:before {
color: #afb4bd;
content: "\f187";
font-family: "ForkAwesome";
@ -1333,7 +1384,7 @@ Default widget css
}
.widget_recent_comments li::before,
.wp-block-latest-comments li:before {
.wp-block-latest-comments li:before {
content: "\f086";
top: 0;
}
@ -1666,7 +1717,6 @@ Header CSS
.site-title {
margin: 0;
font-size: 36px;
font-family: 'Josefin Sans', sans-serif;
line-height: 1.5;
font-weight: 700;
}
@ -1893,7 +1943,7 @@ Search CSS
color: #fff;
}
.mt-form-close a{
.mt-form-close a {
color: #fff;
}
@ -2306,7 +2356,6 @@ Slider CSS
margin-bottom: 25px;
position: relative;
padding-left: 40px;
font-family: 'Josefin Sans', sans-serif;
}
.top-featured-post-wrap .mt-single-post-wrap {
@ -2873,9 +2922,11 @@ Footer CSS
font-size: 13px;
float: center;
}
.site-info .mt-disclaimer-text{
font-style:italic;
.site-info .mt-disclaimer-text {
font-style: italic;
}
#colophon .widget .widget-title,
#top-footer a {
color: #fff;
@ -3081,10 +3132,6 @@ Scroll To Top styles
box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.1);
}
.search article .post-thumbnail {
border-radius: 0px;
}
.no-results.not-found {
text-align: center;
}