11 lines
137 B
Cheetah
11 lines
137 B
Cheetah
<style>
|
|
:root {
|
|
--color-primary: #a68746;
|
|
--color-primary-dark: #a68746;
|
|
}
|
|
|
|
img.ui.avatar {
|
|
border-radius: 100%;
|
|
}
|
|
</style>
|