logo

searx

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

navbar.less (502B)


  1. .searx-navbar {
  2. background: @black;
  3. height: 2.3rem;
  4. font-size: 1.3rem;
  5. line-height: 1.3rem;
  6. padding: 0.5rem;
  7. font-weight: bold;
  8. margin-bottom: 0.8rem;
  9. a, a:hover {
  10. margin-right: 2.0rem;
  11. color: white;
  12. text-decoration: none;
  13. }
  14. .instance a {
  15. color: @light-green;
  16. margin-left: 2.0rem;
  17. }
  18. }
  19. #main-logo {
  20. margin-top: 20vh;
  21. margin-bottom: 25px;
  22. & > img {
  23. max-width: 350px;
  24. width: 80%;
  25. }
  26. }