mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 11:21:03 +03:00
Change background,thanks #520
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @flyklmwl on GitHub (Jun 11, 2024).
How to change the background picture? Not the board background, but the background image when the system just logged in
@meltyshev commented on GitHub (Jun 12, 2024):
Hi! We don't have that option to set the start screen background picture :( For now, this can only be done by forking the repository and adding such a feature.
@flyklmwl commented on GitHub (Jun 12, 2024):
OK
@GitOnTop commented on GitHub (Feb 4, 2026):
If anyone is still curious how to do this, you can easily add a background image (or change any styling) on the Planka start page, by using a browser extension like Stylebot, then adding CSS code to Stylebot while you're on the start page, like...
body { background-image: url("https://upload.wikimedia.org/wikipedia/commons/1/11/Test-Logo.svg"); background-repeat: no-repeat; }