aboutsummaryrefslogtreecommitdiff
path: root/sass/themes/classic/partials/_twitter.scss
blob: 5d8b7d97c99ea2cfa0d77e485910427073bfe146 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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; } } } }