Create randombackground.css

This commit is contained in:
smartfridge 2021-03-17 12:02:43 +01:00 committed by GitHub
parent c8766759c7
commit 91c6a24ad6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
:root {
--bg: url(https://picsum.photos/1920/1080/?random);
}