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: d97fe5950f8c75b374ec3496886f8480edb61473 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.algolia {
  margin-top: -20px;
  padding-top: 49px;
  a {
    color: @text-color;
    &:hover { color: @link-hover-color; }
  }
  .fas-algolia {
    font-size: 32px;
    vertical-align: middle;
  }
}