navbar.less 329 B

12345678910111213141516171819
  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. a, a:hover {
  10. margin-right: 2.0rem;
  11. text-decoration: none;
  12. }
  13. .instance a {
  14. color: #444;
  15. margin-left: 2.0rem;
  16. }
  17. }