mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00

* display the median time instead of the average. * add a "Reliability" column (sum up the metrics and the checker results). * the "selected language", "SafeSearch", "Time range" values are displayed as "broken" when the checker tests fail.
18 lines
339 B
Text
18 lines
339 B
Text
@black: #29314D;
|
|
@gray: #A4A4A4;
|
|
@dim-gray: #F6F9FA;
|
|
@dark-gray: #666;
|
|
@semidark-gray: #888;
|
|
@middle-gray: #F5F5F5;
|
|
@mild-gray: #DDD;
|
|
@dark-blue: #007AB8;
|
|
@blue: #0088CC;
|
|
@red: #F35E77;
|
|
@violet: #684898;
|
|
@dark-green: #068922;
|
|
@green: #2ecc71;
|
|
@light-green: #01D7D4;
|
|
@orange: #FFA92F;
|
|
@dark-red: #c9432f;
|
|
|
|
@stacked-bar-chart: rgb(0, 0, 0);
|