Change "Powered by" color based on fgOnAccent (resolves #1041)

This commit is contained in:
Marie 2025-05-03 22:58:10 +00:00
parent da7dbd02f4
commit 47afda6d8c

View file

@ -124,6 +124,7 @@ misskeyApiGet('federation/instances', {
pointer-events: none;
> .powered-by {
color: var(--MI_THEME-fgOnAccent);
margin-bottom: 2px;
}