From 37bb3e71ad66763c9a397e1db052f944a5c9ec70 Mon Sep 17 00:00:00 2001 From: cflem Date: Sun, 1 Jan 2017 21:31:53 -0700 Subject: Found a stock wallpaper for inside the dashboard --- dash/css/dash.css | 2 +- dash/img/0.jpg | Bin 0 -> 208551 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 dash/img/0.jpg (limited to 'dash') diff --git a/dash/css/dash.css b/dash/css/dash.css index 8792c52..f86cef2 100644 --- a/dash/css/dash.css +++ b/dash/css/dash.css @@ -7,7 +7,7 @@ body { margin: 0; padding: 0; background-image: linear-gradient(135deg, rgba(0,0,0,0.7) 10%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0)), - url('../../img/3.jpg'); + url('../img/0.jpg'); background-size: cover; background-repeat: no-repeat; background-attachment: fixed; diff --git a/dash/img/0.jpg b/dash/img/0.jpg new file mode 100644 index 0000000..f7719ff Binary files /dev/null and b/dash/img/0.jpg differ -- cgit v1.2.3