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;
}