Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian 8ff5a8c5e1 1.190.5 2021-03-23 17:32:56 +01:00
DebaucheryLibrarian 98624c9954 Fixed text shadow in stash scene previews. 2021-03-23 17:32:50 +01:00
3 changed files with 4 additions and 4 deletions

View File

@ -68,6 +68,7 @@ export default {
font-size: .7rem;
font-weight: bold;
overflow: hidden;
text-shadow: 0 0 2px var(--text-dark);
}
.scene-header {
@ -80,7 +81,6 @@ export default {
.scene-title {
padding: .25rem .5rem;
text-shadow: 0 0 2px var(--shadow);
}
.scene-actors {

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "traxxx",
"version": "1.190.4",
"version": "1.190.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.190.4",
"version": "1.190.5",
"license": "ISC",
"dependencies": {
"@casl/ability": "^5.2.2",

View File

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