/* ==UserStyle==
@name bugs.debian.org - a kind of modern look
@namespace people.debian.org/~ncts
@author Blair Noctis
@description Make the BTS web interface less tiresome to a modern eye.
@version 20240728.1
@license Public Domain
==/UserStyle== */

@-moz-document domain("bugs.debian.org") {

body {
    padding: 4vh 20vw;
    background-color: unset;
}

html, h1, h2, h3 {
    background-color: unset;
}

h2.outstanding {
    border: unset;
    background-color: unset;
    border-bottom: dotted 1px;
}

a:link, a:visited, .link, .link abbr, .msgreceived {
    color: unset;
    font-weight: normal;
}

hr {
    margin: 2rem auto;
    width: 60%;
    line-height: 1rem;
}

div.headers {
    border: unset;
    background-color: unset;
    opacity: .75;
}

.versiongraph {
    opacity: 0.1;
}
.versiongraph:hover {
    opacity: unset;
}

.shortbugstatus:has(a[style="text-decoration:line-through"]) {
    opacity: 0.5;
}
.shortbugstatus:has(a[style="text-decoration:line-through"]):hover {
    opacity: unset;
}

}
