Skip to content

Commit dcd41b0

Browse files
authored
Update Theme-PornHub (#384)
1 parent 65985ee commit dcd41b0

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

themes/Theme-PornHub/Theme-PornHub.css

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
/* Author: ronilaukkarinen */
2-
/* stylelint-disable selector-max-specificity, declaration-no-important, selector-type-no-unknown, selector-max-class, a11y/no-outline-none, no-descending-specificity, selector-max-pseudo-class, property-disallowed-list, font-weight-notation, max-line-length, a11y/no-display-none, a11y/font-size-is-readable */
3-
/* Pornhub inspired stash theme */
4-
/* Fonts */
5-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
6-
1+
/* NEEDS PLEX THEME TO BE INSTALLED AND ENABLED */
2+
/* Stashub: A pornhub inspired stash theme by neurokinin */
73
/* Variables */
84
:root {
95
--color-black: #000;
@@ -30,6 +26,7 @@ body {
3026
color: var(--color-text);
3127
font-family:
3228
Inter,
29+
system-ui,
3330
-apple-system,
3431
BlinkMacSystemFont,
3532
Segoe UI,
@@ -341,14 +338,14 @@ option:focus {
341338
}
342339

343340
.folder-list .btn-link {
344-
/*color: #2c2e30;*/
345-
color: #ffffff;
341+
color: #2c2e30;
346342
}
347343

348344
#performer-scraper-popover {
349345
z-index: 10;
350346
}
351347

348+
#root,
352349
body {
353350
background: var(--color-black) !important;
354351
}
@@ -970,3 +967,8 @@ h2 {
970967
padding-top: 0;
971968
}
972969
}
970+
971+
[href="/performers/new"],
972+
[href="/scenes/new"] {
973+
display: none;
974+
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Theme - Pornhub
2-
description: PornHub Theme for Stash by ronilaukkarinen
2+
description: PornHub Theme for Stash by neurokinin
33
version: 1.0
44
ui:
55
css:
66
- Theme-PornHub.css
7+
- https://raw.githubusercontent.com/stashapp/CommunityScripts/main/themes/Theme-Plex/Theme-Plex.css

0 commit comments

Comments
 (0)