diff options
Diffstat (limited to 'css')
| -rw-r--r-- | css/voidnet.css | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/css/voidnet.css b/css/voidnet.css index 744f24a..0f942f3 100644 --- a/css/voidnet.css +++ b/css/voidnet.css @@ -5,12 +5,11 @@  body{      background: linear-gradient(120deg, #FF0000, #000000); -    background-size: cover;      background-attachment: fixed; +    background-size: 100% 100%;      background-repeat: no-repeat;      font-family: "OpenSans-Regular";      height: 100%; -    overflow: scroll;  }  a{ | 
