diff options
| author | Fuwn <[email protected]> | 2024-02-08 20:25:19 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-02-08 20:25:19 -0800 |
| commit | a9341f16bb3d37b1bdf69ae7207c5adad4e1d406 (patch) | |
| tree | 7bc2b175c62c3c060b103137f7f412ad68397013 /css/index.css | |
| parent | feat(css): round and borders (diff) | |
| download | startpage-a9341f16bb3d37b1bdf69ae7207c5adad4e1d406.tar.xz startpage-a9341f16bb3d37b1bdf69ae7207c5adad4e1d406.zip | |
feat(css): update wallpaper
Diffstat (limited to 'css/index.css')
| -rw-r--r-- | css/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/index.css b/css/index.css index 58dcb39..4a23338 100644 --- a/css/index.css +++ b/css/index.css @@ -3,7 +3,7 @@ body { font-family: "DM Sans", sans-serif; /* background-color: var(--background); */ - background-image: url("https://i.imgur.com/N4FCLVB.jpg"); + background-image: url("https://cdn.donmai.us/original/1a/b2/__juufuutei_raden_hololive_and_1_more_drawn_by_hz_helu_2__1ab211b2e3a457d9d53e0f4e740f4b1d.jpg"); color: var(--foreground); padding: 0; font-weight: 400; |