New pink style I customized
ton zalo violet by acmecovn
Details
Authoracmecovn
LicenseTon Zalo
Categorypink, cute
Created
Updated
Size516 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 ton zalo violet
@version 20220927.07.28
@namespace userstyles.world/user/acmecovn
@description New pink style I customized
@author acmecovn
@license Ton Zalo
==/UserStyle== */
@-moz-document domain("chat.zalo.me") {
div.truncate.flx {
display: none;
}
#main-tab {
background: linear-gradient(-180deg, #800080, #008077)
}
.chat-message {
color: #b74eb7;
}
.conv-item-title__name {
font-weight: 500;
color: #008077;
}
.title.header-title {
color: #008077;
}
}