Skip to content

Xrch Sun Valley by charles

Screenshot of Xrch Sun Valley

Details

Authorcharles

LicenseMIT

Categorydogdoggo

Created

Updated

Size614 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes Xrch look like Windows 11.

Notes

Only tested in Firefox

Just the install the extension. It is recommended to use a dark mode.

Source code

/* ==UserStyle==
@name           Xrch Sun Valley
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Adds Sun Valley design to Xrch
@author         charles
\
==/UserStyle== */

@-moz-document domain("xrch.rf.gd") {
    input {
        background-color: lightgray;
        color: var(--black);
        border-radius: 8px;
        border-bottom: solid 4px var(--cta);
        padding-bottom: 0.25rem;
    }
    input[type="submit"] {
        border-bottom: none;
        padding-bottom: 0.5rem;
    }
    #results-container {
        border-radius: 8px;
    }
}

Reviews

No reviews yet.