diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/voidnet.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/voidnet.css b/css/voidnet.css index da2958b..744f24a 100644 --- a/css/voidnet.css +++ b/css/voidnet.css @@ -4,7 +4,7 @@ } body{ - background-image: linear-gradient(120deg, #FF0000, #000000); + background: linear-gradient(120deg, #FF0000, #000000); background-size: cover; background-attachment: fixed; background-repeat: no-repeat; |