Fixed profile header shadows. (Closes #69)
This commit is contained in:
parent
8a62431139
commit
a8337d7ab1
2 changed files with 1 additions and 3 deletions
|
@ -3,8 +3,6 @@
|
|||
flex-direction: column;
|
||||
margin-bottom: 2px;
|
||||
color: #fff;
|
||||
text-shadow: 0 1px 4px #111;
|
||||
box-shadow: 0 1px 4px #111;
|
||||
|
||||
background: var(--user-header) center / cover no-repeat, var(--background-pattern);
|
||||
background-color: var(--accent-colour);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div class="profile__header">
|
||||
<div class="container profile__header">
|
||||
<div class="profile__header__details">
|
||||
<div class="profile__header__avatar">
|
||||
|
||||
|
|
Loading…
Reference in a new issue