1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-20 12:00:46 +02:00
searxng/searx/static/themes/oscar/less/pointhi/navbar.less

21 lines
356 B
Plaintext
Raw Normal View History

2017-01-26 21:28:31 +01:00
.searx-navbar {
background: #eee;
color: #aaa;
height: 2.3rem;
font-size: 1.3rem;
line-height: 1.3rem;
padding: 0.5rem;
font-weight: bold;
margin-bottom: 1.3rem;
2017-01-26 21:28:31 +01:00
a, a:hover {
margin-right: 2.0rem;
text-decoration: none;
}
2017-01-26 21:28:31 +01:00
.instance a {
color: #444;
margin-left: 2.0rem;
}
}