diff options
-rw-r--r-- | client-web/style/master.sass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client-web/style/master.sass b/client-web/style/master.sass index 6e8793f..390f2c8 100644 --- a/client-web/style/master.sass +++ b/client-web/style/master.sass @@ -19,8 +19,7 @@ padding: 0px body.start - background-image: linear-gradient(var(--ac-dark-transparent), black 150%), - url("./tile-backdrop.svg"); + background-image: linear-gradient(var(--ac-dark-transparent), black 150%), url("./tile-backdrop.svg") background-attachment: fixed background-size: cover, 750px background-color: var(--ac-dark) |