Skip to content

Rain World Map border tweak by diragonix

Screenshot of Rain World Map border tweak

Details

Authordiragonix

LicenseNo License

Categorygithub

Created

Updated

Code size422 B

Code checksum5c2a0e56

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

changes the inner border on buttons from 8px to 4px.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Rain World Map border tweak
@version      20230313.08.06
@namespace    userstyles.world/user/diragonix
@description  changes the inner border on buttons from 8px to 4px.
@author       diragonix
@license      No License
==/UserStyle== */

@-moz-document domain("rain-world-map.github.io") {
input[type='checkbox'].rw-ui::before,
input[type='radio'].rw-ui::before {
    border-radius: 4px;
}
}

Reviews

No reviews yet.