Rounded avatar on options screen

main
Bob Mottram 2021-05-05 13:51:16 +01:00
parent 05e27a9033
commit 984158e916
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
@charset "UTF-8";
:root {
--avatar-rounding: 10%;
--options-bg-color: #282c37;
--options-link-bg-color: transparent;
--options-fg-color: #dddddd;
@ -144,6 +145,7 @@ a:focus {
}
.options img {
border-radius: var(--avatar-rounding);
background-color: var(--options-bg-color);
width: 15%;
}