Welcome to mirror list, hosted at ThFree Co, Russian Federation.

footerLinks.less « stylesheets « PrivacyManager « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c7d27b7d97bab4c4c6755ee6ddceb93c095dd4eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#footerLinks {
  text-align: center;
  font-size: .7rem;
  color: @color-silver;

  a {
    color: @color-silver;
    text-decoration: none;
    &:hover {
      text-decoration: underline;
    }
  }
}