Merge branch 'patch-1' into 'master'

Change box-shadow color to make it look good on both light and dark themes.

See merge request soapbox-pub/soapbox-fe!28
This commit is contained in:
Alex Gleason 2020-05-28 00:05:46 +00:00
commit 413bade878

View file

@ -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;