From 91c6a24ad62a033c7a52d72d7c6ae1ed49f220ca Mon Sep 17 00:00:00 2001 From: smartfridge <37928912+smartfrigde@users.noreply.github.com> Date: Wed, 17 Mar 2021 12:02:43 +0100 Subject: [PATCH] Create randombackground.css --- smartcord/randombackground.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 smartcord/randombackground.css diff --git a/smartcord/randombackground.css b/smartcord/randombackground.css new file mode 100644 index 0000000..39b139b --- /dev/null +++ b/smartcord/randombackground.css @@ -0,0 +1,3 @@ +:root { + --bg: url(https://picsum.photos/1920/1080/?random); +}