A new userstyle
03/08/2023, 12:07:21 am by Phant80m
Details
AuthorPhant80m
LicenseNo License
Categorytheme
Created
Updated
Size703 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 03/08/2023, 12:07:21 am
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("cloud.indium.live") {
body {
background-color: white;
}
.message-wrapper {
background-color: whitesmoke;
}
.timestamp {
color: #80808070;
}
.username {
color: black;
}
.msgContent {
color: #242424;
}
.Control {
background: whitesmoke;
box-shadow: none;
border-top: #0000002e;
}
input {
background: white;
}
#sendButton {
background: white;
}
}