Skip to content

Stackoverflow Rounded by mrdiamond

Details

Authormrdiamond

LicenseNo License

Categorystackoverflow.com

Created

Updated

Size565 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Round

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           stackoverflow.com - 12/29/2022, 11:09:21 AM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("stackoverflow.com") {
    .s-post-summary {
        margin: var(--su16);
        border-radius: 10px;
        border: 3px solid var(--black-050);
        transition: all 0.2s ease-in-out;
    }
    
    .s-post-summary:hover {
        background-color: var(--black-100) !important;
        border-color: var(--black-200);
    }
}

Reviews

No reviews yet.