Created
February 6, 2022 21:40
-
-
Save explodingcamera/c47c175eddfba433466697afd88666ca to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import url("https://theme-park.dev/css/base/jellyfin/dracula.css"); | |
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;400;700'); | |
*, h1, h2 { | |
font-family: 'Raleway', sans-serif; | |
} | |
h2 { | |
color: #ffffff !important; | |
} | |
.cardText.cardTextCentered.cardText-first>button, .emby-linkbutton>a, a:not(.emby-button) { color: white !important; } | |
.pageTitleWithDefaultLogo { | |
background: none; | |
color: white; | |
-webkit-background-clip: text; | |
-webkit-text-fill-color: transparent; | |
background-image: linear-gradient( | |
270deg, rgb(255, 0, 0), rgb(0, 140, 255), rgb(255 84 255)); | |
} | |
.pageTitleWithDefaultLogo::before { | |
content: "PogFlix"; | |
font-weight: bolder; | |
} | |
.backgroundContainer { | |
background: #000000b0 !important; | |
} | |
.backdropContainer { | |
background: url(https://i.pinimg.com/originals/09/24/4c/09244c7f7dd4d17b0484370f32db6641.gif); | |
background-size: cover; | |
} | |
.skinHeader-withBackground { | |
backdrop-filter: none !important; | |
background: linear-gradient(180deg, #000917, transparent) !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment