piyavking: (mask)
[personal profile] piyavking
/*reddit*/
[profile] _moz_mocument regexp(".*reddit\.com.*") {
    .text-neutral-content {
        color: #000000 !important;
    }
    .feed-card-text-preview {
        display:block !important;
    }
    .fixed-sidebar {
        grid-template-columns: unset !important;
    }
    .fixed-sidebar, .subgrid-container {
        width: unset !important;
    }
    .inset-0 {
        display: none !important;
    }
}