/* ==UserStyle==
@name           [Oli Bros] Customisation: BBC News
@namespace      The Oliver Bros
@version        0.0.4
@description    Dark theme and general usability improvements
==/UserStyle== */

@-moz-document url-prefix("https://www.bbc.co.uk/news") {

/* General/typography */
html,
body {
    background-color: #222;
}

h1,
h2,
h3,
p,
p a {
    color: #CCC !important;   
}

/* Country nav */
.nw-c-nav__secondary-menuitem-container a {
	color: #666;	
}

/* Article link categories */
.nw-o-link {
	color: #BBB;
}

/* Lists */
ul[role="list"] a {
    color: #DDD !important;   
}

ul[role="list"] a:visited {
    color: #DDD;   
}

}

/* Live News */
@-moz-document url-prefix("https://www.bbc.co.uk/news/live") {

    /* Live news boxes */
    .gs-t-news .lx-o-panel--primary,
    .gs-t-news .lx-o-panel {
        background-color: #333;
    }
    
    .gs-t-news .lx-o-panel li {
        color: #CCC !important;
    }
    
    /* Live news post time */
    .gs-t-news .lx-o-panel .qa-post-auto-meta,
    .gs-t-news .lx-o-panel .qa-blockquote-source {
        color: #CCC !important;
    }
    
    /* Live news quote icon */
    .gs-t-news .lx-stream-post-quote__icon {
        color: #666;
    }
    
    /* Breaking news box */
    .gs-t-news .lx-stream-post--breaking {
        background-color: #444;
        border-left-width: 5px;
        border-top: 0;
        border-bottom: 0;
    }
    
    /* Back to top link */
    .lx-commentary__top-link {
        color: #CCC !important;
    }

}