Styling for paragraphs in statuses

This commit is contained in:
Eugen Rochko 2016-09-10 10:14:36 +02:00
parent 73615d7a79
commit 457625591d
2 changed files with 16 additions and 0 deletions

View File

@ -54,6 +54,14 @@
word-wrap: break-word;
font-weight: 300;
p {
margin-bottom: 20px;
&:last-child {
margin-bottom: 0;
}
}
a {
color: #d9e1e8;
text-decoration: none;

View File

@ -161,6 +161,14 @@
padding-bottom: 15px;
color: #282c37;
p {
margin-bottom: 18px;
&:last-child {
margin-bottom: 0;
}
}
a {
color: #2b90d9;
text-decoration: none;