commit 38886624d5b082dfbbdda9f7c3ddabb7e0fc06c4 parent 05b685e82bc35dfa2f43ee771b13bbf569b3b625 Author: bdmfegys@duck.com <bdmfegys@duck.com> Date: Sun, 5 May 2024 01:33:47 -0400 style.css: add background image Diffstat:
| M | static/style.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/static/style.css b/static/style.css @@ -1,6 +1,6 @@ body { font-family: sans-serif ; - background: #240a45; + background-image: url("/background-starfield.gif"); color: #ccc ; }