diff options
| author | cflem <carson.fl3ming@gmail.com> | 2017-01-01 21:31:53 -0700 |
|---|---|---|
| committer | cflem <carson.fl3ming@gmail.com> | 2017-01-01 21:31:53 -0700 |
| commit | 37bb3e71ad66763c9a397e1db052f944a5c9ec70 (patch) | |
| tree | 7b521260be0820a5b0d17966aa224bc12ff4a469 | |
| parent | 4a115e243056597788dd09369c0875059ef6ac2e (diff) | |
| download | bulletin-37bb3e71ad66763c9a397e1db052f944a5c9ec70.tar.gz | |
Found a stock wallpaper for inside the dashboard
| -rw-r--r-- | dash/css/dash.css | 2 | ||||
| -rw-r--r-- | dash/img/0.jpg | bin | 0 -> 208551 bytes |
2 files changed, 1 insertions, 1 deletions
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 Binary files differnew file mode 100644 index 0000000..f7719ff --- /dev/null +++ b/dash/img/0.jpg |
