was made for me personally..
prettygpt by cankneebal
Details
Authorcankneebal
LicenseNo License
Categorytest.userstyles.world
Created
Updated
Code size734 B
Code checksum823cfae3
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
ummm
Source code
/* ==UserStyle==
@name prettygpt
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://chat.openai.com/*") {
/* .chat-message .assistant {
position: relative;
color: #d8b4fe !important;
font-weight: bold;
animation: twinkle 2s infinite ease-in-out;
text-shadow:
0 0 4px #e9d5ff,
0 0 8px #c084fc,
0 0 12px #a855f7;
}
@keyframes twinkle {
0%, 100% {
text-shadow:
0 0 4px #e9d5ff,
0 0 8px #c084fc,
0 0 12px #a855f7;
}
50% {
text-shadow:
0 0 1px #d8b4fe,
0 0 2px #c084fc,
0 0 4px #a855f7;
}
}
*/
}