diff --git a/.gitignore b/.gitignore index 1739b041d..33b6f6f34 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ node_modules +.DS_Store +/public/chats +/public/characters +/public/User Avatars +/public/backgrounds /uploads -.DS_Store \ No newline at end of file +/config.conf diff --git a/public/css/bg_load.css b/public/css/bg_load.css index 48f626f34..139ef92e1 100644 --- a/public/css/bg_load.css +++ b/public/css/bg_load.css @@ -1 +1 @@ -#bg1 {background-image: linear-gradient(rgba(19,21,44,0.75), rgba(19,21,44,0.75)), url(../backgrounds/tavern.png);} \ No newline at end of file +#bg1 {background-image: url(../backgrounds/tavern.png);} diff --git a/public/index.html b/public/index.html index bb16a6066..4df0f484b 100644 --- a/public/index.html +++ b/public/index.html @@ -6,7 +6,7 @@ - + @@ -35,6 +35,7 @@