Убираем зеленый цвет у рассылок в Тильде
Tilda no green by xamartin
Details
Authorxamartin
LicenseNo License
Categorytilda.cc
Created
Updated
Size568 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 Tilda no green
@version 20220511.10.05
@namespace userstyles.world/user/xamartin
@description Убираем зеленый цвет у рассылок в Тильде
@author xamartin
@license No License
==/UserStyle== */
/* ==UserStyle==
@name Tilda-no-green
@namespace userstyles.world
@version 1.0.3
==/UserStyle== */
@-moz-document domain("tilda.cc") {
.td-sites-grid__item[style="background-color:rgba(0, 212, 26, 0.38);"] {
background-color: #fff !important;
}
}