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
1 changed files with 3 additions and 0 deletions

View File

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