diff options
Diffstat (limited to 'src/styles/main.scss')
-rw-r--r-- | src/styles/main.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/styles/main.scss b/src/styles/main.scss index afba538..7b6c6a3 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -7,6 +7,8 @@ html { background-size: cover; -webkit-overflow-scrolling: touch; user-select: none; + background-image: url('../images/dashboardTextures.svg'); + background-color: black; } img { |