/* Yahoo sponsored/web listing colors (app/routes/main.py's search_top5,
   rendered by every theme's top5.html) - loaded on top of each theme's own
   style.css, not merged into it, since this is one fixed display rule
   independent of any theme's own color scheme:
     - listing title = blue
     - description = black
     - site host = green
   Selectors match each theme's own .li-title/.li-descr/.url nesting so this
   overrides them regardless of theme. */

.search-section .container .items .item .leftcontent .li-title a {
    color: #1a0dab;
}

.search-section .container .items .item .leftcontent .li-descr a {
    color: #000000;
}

.search-section .container .items .item .leftcontent .url a {
    color: #008000;
}
