Compare commits

..

No commits in common. "d50cfb8dd6a555dc6ecb11ae28c178a96d48de6f" and "a127dfb8af1d594330aca9789ef57da5a34a96f9" have entirely different histories.

5 changed files with 5 additions and 5 deletions

View File

@ -56,7 +56,8 @@ export default {
justify-content: center;
position: absolute;
z-index: 10;
background: var(--darken-censor);
background: var(--darken-extreme);
backdrop-filter: blur(.5rem);
overflow-y: auto;
}

View File

@ -15,7 +15,6 @@ $breakpoint4: 1500px;
--darken: rgba(0, 0, 0, .5);
--darken-strong: rgba(0, 0, 0, .7);
--darken-extreme: rgba(0, 0, 0, .9);
--darken-censor: rgba(0, 0, 0, .95);
--darken-weak: rgba(0, 0, 0, .2);
--darken-hint: rgba(0, 0, 0, .1);

View File

@ -15,7 +15,7 @@ module.exports = {
resave: false,
saveUninitialized: false,
cookie: {
secure: true,
secure: false,
},
},
},

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.148.2",
"version": "1.148.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.148.2",
"version": "1.148.1",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {