Xoul Style for being a little easier on the eyes in dark mode.
Personal Xoul Style by bird93
Details
Authorbird93
LicenseNo License
CategoryXoul.ai
Created
Updated
Size2.1 kB
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== */
body[data-theme="dark"] .ChatBubble_right__58fYr .ChatBubble_bubble__Zsfxg {
background-color: #262626;
}
body[data-theme="dark"] .ChatBubble_right__58fYr .ChatBubble_bubble__Zsfxg::before {
border-left: 14px solid #262626;
}
body[data-theme="dark"] .ChatBubble_right__58fYr .ChatBubble_messagecontainer__2PUrv i { color: #9CA1A4; }
body[data-theme="dark"] .ChatBubble_right__58fYr .ChatBubble_messagecontainer__2PUrv span { color: #fff; }
body[data-theme="dark"] .ChatBubble_left__ZhCrR .ChatBubble_messagecontainer__2PUrv { color: #bebebe; }
.ChatBubble_left__ZhCrR body[data-theme="dark"] .ChatBubble_bubble__Zsfxg::before, body[data-theme="dark"] .ChatBubble_focused_message_bot__PHyy1::before, body[data-theme="dark"] .ChatBubble_left__ZhCrR .ChatBubble_bubble__Zsfxg::before {
border-right: none;
}
.ChatBubble_sender_info___ekJu .ChatBubble_name__LtBJ1 {
visibility: hidden;
}
.ChatBubble_sender_info___ekJu .ChatBubble_image__lGExG {
width: 53px;
height: 53px;
border-radius: 5px;
}
.ChatBubble_box__c1mJu {
max-width: 100%;
}
.ChatBubble_bubble__Zsfxg {
position: relative;
border: 1px solid #ffffff;
}
.ChatBubble_right__58fYr body[data-theme="dark"] .ChatBubble_bubble__Zsfxg::before, body[data-theme="dark"] .ChatBubble_focused_message_user__Hd6Zk::before, body[data-theme="dark"] .ChatBubble_right__58fYr .ChatBubble_bubble__Zsfxg::before {
border-left: none;
}
.ChatBubble_left__ZhCrR body[data-theme="dark"] .ChatBubble_bubble__Zsfxg::before, body[data-theme="dark"] .ChatBubble_focused_message_bot__PHyy1::before, body[data-theme="dark"] .ChatBubble_left__ZhCrR .ChatBubble_bubble__Zsfxg::before {
border-right: none;
}
body[data-theme="dark"] .ChatBubble_right__58fYr .ChatBubble_bubble--editing___Go70 {
color: #A2A2A2;
}
.ChatBubble_bubble__Zsfxg {
position: relative;
box-shadow: 0px 0px 0px 2px rgba(96, 125, 139);
}
@-moz-document domain("xoul.ai") {
/* Insert code here... */
}