about summary refs log tree commit diff
path: root/app/assets/stylesheets/components.scss
blob: 0bec9ba80255fb6615b44ebed188f34e6fc10337 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.status__content {
  a {
    color: #2b90d9;
    text-decoration: none;

    &:hover {
      text-decoration: underline;
    }

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

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