summaryrefslogtreecommitdiff
path: root/docs/_themes/searx/static/searx.css
blob: ae59adead185aad4cb62f1d225b596d8c2da6e8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@import url("pocoo.css");

a, a.reference, a.footnote-reference {
  color: #004b6b;
  border-color: #004b6b;
}

a:hover {
  color: #6d4100;
  border-color: #6d4100;
}

p.version-warning {
  background-color: #004b6b;
}