mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-27 16:25:50 +00:00
7 lines
143 B
CSS
7 lines
143 B
CSS
.expoLogoBackground {
|
|
background-image: linear-gradient(180deg, #3c9ffe, #0274df);
|
|
border-radius: 40px;
|
|
width: 128px;
|
|
height: 128px;
|
|
}
|