Skip to content

test by haziq123456

Details

Authorhaziq123456

LicenseNo License

Categoryaawadaw

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

aaa

Notes

nothing

Source code

/* ==UserStyle==
@name           Test style name
@namespace      userstyles.world
@version        1.0.0
==/UserStyle== */

@-moz-document domain("userstyles.world") {
    * {
        color: crimson;
    }
}

@-moz-document url-prefix("https://userstyles.world/docs/") {
    h1, h2, h3 {
        color: tan;
    }
}/* Customize the chat input box */
.chat-bottom .chat-bottom .chat-input-container {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Change the chat bubble background color */
.chat-main .chat-line .chat-message .bubble-message-container {
  background-color: #f8f8f8;
  border-radius: 10px;
}

/* Adjust the chat bubble text color */
.chat-main .chat-line .chat-message .message-text {
  color: #333333;
}

/* Modify the font size of chat messages */
.chat-main .chat-line .chat-message .message-text {
  font-size: 16px;
}

/* Add a hover effect to chat messages */
.chat-main .chat-line .chat-message:hover {
  background-color: #f2f2f2;
}

Reviews

No reviews yet.