.webring a:hover {
    color: black;
    background: yellow;
}

/** Specific styling */
#null-ring {
    filter: none;
}
#null-ring a:hover {
    filter: invert(1);
    background: none;
}
#qtpoc-ring.webring {
    padding-top: 0px;
    filter: none;
}
#qtpoc-ring-index {
    display: inline-block;
    padding: 5px;
    border: 1px solid rgb(116, 31, 31);
    border-image: linear-gradient(
        180deg,
        rgb(226, 22, 192) 0%,
        rgb(242, 191, 23) 20%,
        rgb(223, 211, 0) 40%,
        rgb(157, 250, 44) 60%,
        rgb(12, 77, 255) 80%,
        rgb(104, 31, 199) 100%
    );
    border-image-slice: 1;
    font-weight: bold;
}
#qtpoc-ring a {
    display: inline-block;
    padding: 0px 1px;
}
#rss-ring a:hover {
    background: none;
    filter: invert(1);
}
#tropical-rice-bowl #centerTRB {
    max-width: 200px;
    margin: auto;
}
#tropical-rice-bowl a:hover {
    background: none;
}
#epic-ring {
    background: url("assets/epic-ring-bg.png");
}
#no-ai-webring {
    filter: none;
}
#no-ai-webring a:hover {
    background: none;
}
#yuri-yaoi-webring {
    filter: none;
}
#yuri-yaoi-webring a:hover {
    background: none;
}
#online-webring {
    filter: none;
}
