mirror of
https://github.com/searxng/searxng
synced 2024-11-09 01:10:26 +00:00
16 lines
219 B
CSS
16 lines
219 B
CSS
|
@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;
|
||
|
}
|