mirror of
https://github.com/Coffeedon/Cofffee-Assets.git
synced 2024-11-28 17:10:59 +00:00
33ad106a25
Added all custom themes from the collection.
15 lines
414 B
CSS
15 lines
414 B
CSS
/*
|
|
* Rounded avatars:
|
|
* - adjust the border radius around all avatar elements.
|
|
* - default override is 50% (i.e. turn squares into circles),
|
|
* but you can set it to whatever you want.
|
|
*
|
|
* author: trwnh
|
|
* license: Public Domain
|
|
*/
|
|
.card .avatar img,
|
|
.activity-stream .status.light .status__avatar img,
|
|
.account__avatar,
|
|
.account__avatar-overlay-base,
|
|
.account__avatar-overlay-overlay
|
|
{border-radius: 50%}
|