We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0543a8e commit 61f6d3fCopy full SHA for 61f6d3f
1 file changed
themes/main.css
@@ -1443,4 +1443,10 @@ div[class="iconWrapper__6eb54"] {
1443
/* Vencord Addon Card MISSING card fix */
1444
:is(.vc-settings-theme-grid,.vc-plugins-grid) .vc-addon-card .vc-addon-note {
1445
background: hsl(var(--accent-hsl));
1446
+}
1447
+/* Discord Embed V2 */
1448
+[class*="isComponentsV2"] [class^="container__"] {
1449
+ background: var(--card-color);
1450
+ border-radius: var(--card-radius);
1451
+ border: none;
1452
}
0 commit comments