summaryrefslogtreecommitdiff
path: root/docs/static/stylesheets/search.css
blob: ad9ef77c70cc1452ed049c0478fa7564282cd6ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#search-results cite a {
    text-decoration: none;
    border-bottom: 0px solid;
    color: rgb(120, 133, 145);
    font-style: normal;
    font-size: 85%;
}

#search-results h3 a {
    text-decoration: none;
    border-bottom: 0px solid;
}

#search-results .search-result {
    /* background-color: rgba(120, 133, 145, 0.1); */
    color: rgb(72, 66, 60);
}

mark{
    background: rgb(255, 207, 155);
    color: black;
}