This commit is contained in:
Your Name
2026-04-05 20:11:07 +05:00
parent 6d8f6e67f0
commit 0bd556d6fb
3 changed files with 54 additions and 4 deletions
+11
View File
@@ -928,6 +928,11 @@ textarea::placeholder {
background: #e5f8ea;
}
.source-facebook {
color: #1657d8;
background: #e7efff;
}
.source-site {
color: #3465f3;
background: #e8f0ff;
@@ -3153,6 +3158,12 @@ textarea::placeholder {
color: var(--primary);
}
.micro-badge.facebook {
background: #e7efff;
border-color: #bfd2ff;
color: #1657d8;
}
.micro-badge.queue {
background: #f4f6fa;
border-color: #dde4ef;