Rounded avatar on options screen

merge-requests/30/head
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"; @charset "UTF-8";
:root { :root {
--avatar-rounding: 10%;
--options-bg-color: #282c37; --options-bg-color: #282c37;
--options-link-bg-color: transparent; --options-link-bg-color: transparent;
--options-fg-color: #dddddd; --options-fg-color: #dddddd;
@ -144,6 +145,7 @@ a:focus {
} }
.options img { .options img {
border-radius: var(--avatar-rounding);
background-color: var(--options-bg-color); background-color: var(--options-bg-color);
width: 15%; width: 15%;
} }