This commit is contained in:
DCCONSTRUCTIONS
2026-04-20 17:57:08 +03:00
parent 47d379e77f
commit 5b2a2fc104
5 changed files with 44 additions and 8 deletions
+13 -4
View File
@@ -810,9 +810,7 @@
max-width: 32rem;
border: 0 !important;
outline: none !important;
box-shadow:
0 24px 64px rgba(0, 0, 0, 0.34),
0 8px 20px rgba(0, 0, 0, 0.18) !important;
box-shadow: none !important;
border-radius: 1.9rem !important;
padding: 2.2rem !important;
background:
@@ -1016,12 +1014,23 @@
.nodedc-external-card[data-active="true"] {
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.024) 0%, rgba(255, 255, 255, 0.008) 100%),
rgba(255, 255, 255, 0.035) !important;
rgb(var(--nodedc-card-active-rgb)) !important;
color: #0b1117 !important;
box-shadow:
inset 0 0 0 1px rgba(var(--nodedc-accent-rgb), 0.32),
0 12px 32px rgba(0, 0, 0, 0.16) !important;
}
.nodedc-external-card[data-active="true"] .text-primary {
color: #0b1117 !important;
}
.nodedc-external-card[data-active="true"] .text-secondary,
.nodedc-external-card[data-active="true"] .text-tertiary,
.nodedc-external-card[data-active="true"] .text-placeholder {
color: rgba(11, 17, 23, 0.72) !important;
}
.nodedc-external-content-shell {
border: 0 !important;
outline: none !important;