My Custom Style

A custom CSS style to improve the appearance of a website.

/* ==UserStyle==
@name           My Custom Style
@description    A custom CSS style to improve the appearance of a website.
@namespace      https://example.com
@version        1.0
@locale         en-US
@creator        YourName
@compatible     chrome firefox
@license        MIT
==/UserStyle== */

/* Your custom styles go here */

/* Example: Change background color of the body */
body {
    background-color: #f0f0f0;
}