logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git

text-emphasis.less (116B)


  1. // Typography
  2. .text-emphasis-variant(@color) {
  3. color: @color;
  4. a&:hover {
  5. color: darken(@color, 10%);
  6. }
  7. }