mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-29 05:43:40 +01:00
Oatstodon flavour: Make avatars rounded squares again rather than circles
This commit is contained in:
parent
f9f3ed9c84
commit
691f82d346
1 changed files with 4 additions and 7 deletions
|
@ -3,25 +3,22 @@
|
||||||
/* customize ya stuff */
|
/* customize ya stuff */
|
||||||
:root {
|
:root {
|
||||||
--border-radius: 5px;
|
--border-radius: 5px;
|
||||||
|
|
||||||
/* rgb for transparency to work */
|
/* rgb for transparency to work */
|
||||||
--text-color: 217, 225, 232;
|
--text-color: 217, 225, 232;
|
||||||
--text-color-secondary: 96, 105, 132; /* less bright, for unimportant bits */
|
--text-color-secondary: 96, 105, 132; /* less bright, for unimportant bits */
|
||||||
|
|
||||||
--background-color: 18, 18, 37;
|
--background-color: 18, 18, 37;
|
||||||
--background-color-brighter: 22, 22, 47;
|
--background-color-brighter: 22, 22, 47;
|
||||||
--app-background-color: 8, 8, 17; /* used only for the VERY background in the back */
|
--app-background-color: 8, 8, 17; /* used only for the VERY background in the back */
|
||||||
|
|
||||||
--accent-color: 39, 183, 145;
|
--accent-color: 39, 183, 145;
|
||||||
--accent-color-secondary: 62, 91, 84; /* less saturated ver of --accent-color */
|
--accent-color-secondary: 62, 91, 84; /* less saturated ver of --accent-color */
|
||||||
--accent-color-bright: 92, 193, 162;
|
--accent-color-bright: 92, 193, 162;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* here for you to remove */
|
|
||||||
|
|
||||||
.account__avatar-overlay-base, .account__avatar-overlay-overlay, .account__avatar {
|
.account__avatar-overlay-base, .account__avatar-overlay-overlay, .account__avatar {
|
||||||
border-radius: 50%;
|
border-radius: var(--border-radius);
|
||||||
/* border-bottom-right-radius: 15%; */ /* uncomment for teardrop */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* roundening shenanigans */
|
/* roundening shenanigans */
|
||||||
|
|
Loading…
Reference in a new issue