A new userstyle
Ardrian by ardrian
Details
Authorardrian
LicenseNo License
CategoryChatGPT
Created
Updated
Code size625 B
Code checksum95b52ec8
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ?
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("example.com") {
/* Insert code here... */
}
@-moz-document domain("chat.openai.com") {
body {
background: linear-gradient(to right, #a8edea, #fed6e3);
font-family: 'Poppins', sans-serif;
font-size: 16px;
color: #333333;
}
.chat-bubble {
background-color: #ffffff;
border-radius: 16px;
padding: 10px;
margin-bottom: 10px;
}
}