about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/footer.scss
blob: ba2a06954ec21a7ed0e8449404bef109b803a0bd (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
27
28
29
30
.footer {
  text-align: center;
  margin-top: 30px;
  font-size: 12px;
  color: $darker-text-color;

  .domain {
    font-weight: 500;

    a {
      color: inherit;
      text-decoration: none;
    }
  }

  .powered-by,
  .single-user-login {
    font-weight: 400;

    a {
      color: inherit;
      text-decoration: underline;
      font-weight: 500;

      &:hover {
        text-decoration: none;
      }
    }
  }
}