0
owncast/web/components/ui/Logo/Logo.module.scss
2022-05-16 21:44:09 -07:00

9 lines
206 B
SCSS

.logo {
width: 120px;
border-radius: 50%;
border-width: 3px;
border-style: solid;
border-color: var(--theme-primary-color);
background-color: var(--theme-background-secondary);
padding: 3px;
}