compatible with drawaria.dark
translucent messages by insert___text
Details
Authorinsert___text
LicenseNo License
Categorydrawaria, drawaria.online, дравария
Created
Updated
Size435 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 translucent messages
@version 20220328.19.47
@namespace userstyles.world/user/insert___text
@description compatible with drawaria.dark
@author insert___text
@license No License
==/UserStyle== */
@-moz-document domain("drawaria.online") {
.bubble {
opacity: 0.8
}
.bubble::before {
opacity: 0.8
}
.spawnedavatar-bubble {
opacity: 0.8 !important
}
}