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;
|
|
}
|