mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-15 13:45:00 -05:00
16 lines
305 B
SCSS
16 lines
305 B
SCSS
#twitter {
|
|
p {
|
|
padding-bottom: 10px;
|
|
a.topic {
|
|
color: $twitter_topic; } }
|
|
.meta {
|
|
color: $light_text;
|
|
font-size: 80%;
|
|
display: block;
|
|
padding: 8px 0 0;
|
|
a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
&:hover {
|
|
text-decoration: underline; } } } }
|