any
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user