mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-11-23 00:09:08 +01:00
profile banner が濃すぎるのを修正 (#2783)
This commit is contained in:
parent
25dd19dd8c
commit
1e2b484929
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ export default define({
|
||||||
|
|
||||||
> .banner
|
> .banner
|
||||||
height 100px
|
height 100px
|
||||||
background-color var(--primaryDarken10)
|
background-color var(--primaryAlpha01)
|
||||||
background-size cover
|
background-size cover
|
||||||
background-position center
|
background-position center
|
||||||
cursor pointer
|
cursor pointer
|
||||||
|
|
Loading…
Reference in a new issue