mirror of
https://github.com/uowuo/abaddon.git
synced 2026-01-15 05:30:03 +00:00
16 lines
190 B
CSS
16 lines
190 B
CSS
.embed {
|
|
background-color: #eeeeee;
|
|
border-radius: 5px;
|
|
padding: 10px;
|
|
}
|
|
|
|
.embed-footer {
|
|
margin-top: 5px;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.embed-author {
|
|
margin-bottom: 10px;
|
|
font-size: 12px;
|
|
}
|