about summary refs log tree commit diff
path: root/app/assets/stylesheets/components.scss
blob: b63ec71544afdcdacc49e068d0a2cad01dee18da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.status__content {
  font-size: 15px;
  line-height: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-weight: 300;

  a {
    color: #d9e1e8;
    text-decoration: none;

    &:hover {
      text-decoration: underline;
    }

    &.mention {
      &:hover {
        text-decoration: none;

        span {
          text-decoration: underline;
        }
      }
    }
  }
}