Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
liz-lorena committed Feb 9, 2020
1 parent e57b2a0 commit 8262ebe
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.css
Expand Up @@ -37,7 +37,7 @@ blockquote {
blockquote::before {
content: '❝';
font-size: 300%;
font-family: 'Playfair Display', serif;
font-family: serif;
color: lightgray;
}
em {
Expand All @@ -50,13 +50,13 @@ div#top-menu-left, div#menu {
font-size: 15pt;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Playfair Display', serif;
font-family: serif;
}
body {
background-color: #fff6f8;
}
div#content p, div#content table td, div#content ul li, div.widget-body p, div.widget-body h2, div.widget-body ul li, div#credits p, div.widget-body select {
font-family: Arial, sans-serif;
font-family: sans-serif;
}
div.widget-body select {
font-size: 80%;
Expand Down Expand Up @@ -88,7 +88,7 @@ div.post a.more {

first-letter/*, div.post p.excerpt::first-letter*/ {
font-size: 350%;
font-family: 'Playfair Display', serif;
font-family: serif;
font-weight: normal;
float: left;
margin-top: 12px;
Expand All @@ -100,11 +100,11 @@ div#credits p {
line-height: 30px;
}
p.categories a {
font-family: 'Playfair Display', serif;
font-family: serif;
text-transform: capitalize;
}
span.cat {
font-family: 'Playfair Display', serif;
font-family: serif;
font-style: italic;
}
p.categories {
Expand Down Expand Up @@ -844,7 +844,7 @@ div#content p.caption {
}
div#content p.date, div#post-header p.date {
text-align: center;
font-family: 'Playfair Display', serif;
font-family: serif;
font-style: italic;
color: gray;
}
Expand Down Expand Up @@ -944,7 +944,7 @@ p, h1, h2, h3, h4, h5, h6, li {
border: 1px solid #dddddd;
color: black;
padding: 8px 16px 8px 16px;
font-family: Arial, sans-serif;
font-family: sans-serif;
letter-spacing: 1px;
font-weight: normal;
font-size: 11px;
Expand Down

0 comments on commit 8262ebe

Please sign in to comment.