summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/less/pointhi/navbar.less
blob: a057f82407fd7f5777a7c7f33c0f673811d386d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.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;

    a, a:hover {
        margin-right: 2.0rem;
        text-decoration: none;
    }

    .instance a {
        color: #444;
        margin-left: 2.0rem;
    }
}