changes the inner border on buttons from 8px to 4px.
Rain World Map border tweak by diragonix
Details
Authordiragonix
LicenseNo License
Categorygithub
Created
Updated
Size422 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}