logo

searx

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

navbar.less (356B)


  1. .searx-navbar {
  2. background: #eee;
  3. color: #aaa;
  4. height: 2.3rem;
  5. font-size: 1.3rem;
  6. line-height: 1.3rem;
  7. padding: 0.5rem;
  8. font-weight: bold;
  9. margin-bottom: 1.3rem;
  10. a, a:hover {
  11. margin-right: 2.0rem;
  12. text-decoration: none;
  13. }
  14. .instance a {
  15. color: #444;
  16. margin-left: 2.0rem;
  17. }
  18. }