diff options
Diffstat (limited to 'src/styles/main.scss')
-rw-r--r-- | src/styles/main.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/styles/main.scss b/src/styles/main.scss index 26def86..5d5f213 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -8,7 +8,10 @@ html { -webkit-overflow-scrolling: touch; overflow: hidden; user-select: none; + background-image: url('../images/dashboardTextures.svg'); + background-color: black; } + @keyframes blink{ 0% { opacity: .25;} 25% { opacity: .5;} |