use better serif fonts
This commit is contained in:
parent
879b3d135a
commit
81de530ce3
2 changed files with 11 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
<div class="rich-media">
|
<div class="rich-media-container">
|
||||||
|
|
||||||
{{{o_embed_cache.data.html}}}
|
{{{o_embed_cache.data.html}}}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -146,6 +146,11 @@ $pane-width: 420px;
|
||||||
.multi-photo {
|
.multi-photo {
|
||||||
display: table;
|
display: table;
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.img-bounding-box {
|
.img-bounding-box {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
@ -179,7 +184,8 @@ $pane-width: 420px;
|
||||||
p {
|
p {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
font-family: georgia, times, serif;
|
font-family: Palatino, times, georgia, serif;
|
||||||
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -198,6 +204,8 @@ $pane-width: 420px;
|
||||||
.status-with-photo-backdrop {
|
.status-with-photo-backdrop {
|
||||||
p {
|
p {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
font-size: 80px;
|
||||||
|
line-height: 90px;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@include transition(background-color, 0.3s);
|
@include transition(background-color, 0.3s);
|
||||||
|
|
@ -273,7 +281,7 @@ $pane-width: 420px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
|
|
||||||
h3 {
|
p {
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue