Misskeyロゴにdrop-shadowを追加

This commit is contained in:
tamaina 2025-09-15 18:33:11 +09:00
parent 2699839144
commit 2e8ad6d985
1 changed files with 1 additions and 0 deletions

View File

@ -221,6 +221,7 @@ $avatarSize: 58px;
.logo {
width: 100px;
margin: $s3 auto 0;
filter: drop-shadow(0 0 6px #0007);
}
</style>