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

algolia.less « site « less « assets « src - github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f2903ac17bf33c29deb39f2b176f3a2caaf95902 (plain)
1
2
3
4
5
6
7
8
.algolia {
  padding-top: 10px;
  a {
    i { color: @text-muted; }
    color: @text-color;
    &:hover, &:hover i { color: @link-hover-color; }
  }
}