Change box-shadow color to make it look good on both light and dark themes.
This commit is contained in:
parent
a85684835f
commit
996b61215c
1 changed files with 1 additions and 1 deletions
|
@ -1534,7 +1534,7 @@ a.account__display-name {
|
|||
background-color: $nav-ui-highlight-color;
|
||||
border: 0;
|
||||
border-radius: 999px;
|
||||
box-shadow: 2px 5px 5px #999;
|
||||
box-shadow: 2px 5px 5px rgba(0,0,0,0.5);
|
||||
font-size: 30px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Reference in a new issue