mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-24 06:45:22 +00:00
10 lines
229 B
CSS
10 lines
229 B
CSS
img[data-component="app-icon"] {
|
|
display: block;
|
|
box-sizing: border-box;
|
|
padding: 2px;
|
|
border-radius: 0.125rem;
|
|
background: var(--smoke-light-2);
|
|
border: 1px solid var(--smoke-light-alpha-4);
|
|
object-fit: contain;
|
|
}
|