mirror of
https://gitlab.com/Cynosphere/xmc.git
synced 2024-08-14 22:57:03 +00:00
34 lines
882 B
CSS
34 lines
882 B
CSS
[class*="embed-"] {
|
|
border-radius: 0 0 0 0;
|
|
border-color: var(--interactive-active);
|
|
}
|
|
[class*="embed-"] [class*="embedInner-"] {
|
|
border-color: transparent;
|
|
}
|
|
[class*="embed-"] [class*="embedAuthorIcon-"] {
|
|
border-radius: 0;
|
|
}
|
|
[class*="embed-"] [class^="grid-"] {
|
|
padding: 8px !important;
|
|
}
|
|
[class*="embed-"] [class*="embedMargin-"] {
|
|
margin-top: 4px !important;
|
|
}
|
|
[class*="embed-"] [class*="embedMedia-"] {
|
|
margin-top: 4px !important;
|
|
}
|
|
[class*="embed-"] [class*="embedTitle-"] {
|
|
font-size: 16px !important;
|
|
font-weight: 200 !important;
|
|
}
|
|
[class*="embed-"] [class*="embedFieldName-"] {
|
|
font-weight: 500 !important;
|
|
}
|
|
[class*="embed-"] [class*="embedDescription-"],
|
|
[class*="embed-"] [class*="embedFieldName-"],
|
|
[class*="embed-"] [class*="embedFieldValue-"] {
|
|
font-size: 16px !important;
|
|
}
|
|
[class*="embed-"] [class*="embedFooterText-"] {
|
|
font-size: 0.8em;
|
|
}
|