refact: post-transfer tweaks (#11)

This commit is contained in:
Adam Perkowski
2025-03-08 08:05:57 +00:00
committed by GitHub
parent 95ceba4dd9
commit 925035f105
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
mkdir -p build mkdir -p build
cp themes/*.css build cp themes/*.css build
cd build cd build
sed -i 's/\[URL\]/https:\/\/adamperkowski.github.io\/jellyfin/g' *.css sed -i 's/\[URL\]/https:\/\/catppuccin.github.io\/jellyfin/g' *.css
- name: Upload artifact - name: Upload artifact
uses: actions/upload-pages-artifact@v3 uses: actions/upload-pages-artifact@v3
with: with:
+8 -8
View File
@@ -6,9 +6,9 @@
</h3> </h3>
<p align="center"> <p align="center">
<a href="https://github.com/adamperkowski/jellyfin/stargazers"><img src="https://img.shields.io/github/stars/adamperkowski/jellyfin?colorA=363a4f&colorB=b7bdf8&style=for-the-badge"></a> <a href="https://github.com/catppuccin/jellyfin/stargazers"><img src="https://img.shields.io/github/stars/catppuccin/jellyfin?colorA=363a4f&colorB=b7bdf8&style=for-the-badge"></a>
<a href="https://github.com/catppuccin/template/issues"><img src="https://img.shields.io/github/issues/adamperkowski/jellyfin?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a> <a href="https://github.com/catppuccin/template/issues"><img src="https://img.shields.io/github/issues/catppuccin/jellyfin?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a>
<a href="https://github.com/adamperkowski/jellyfin/contributors"><img src="https://img.shields.io/github/contributors/adamperkowski/jellyfin?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a> <a href="https://github.com/catppuccin/jellyfin/contributors"><img src="https://img.shields.io/github/contributors/catppuccin/jellyfin?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
</p> </p>
<p align="center"> <p align="center">
@@ -38,19 +38,19 @@
1. Copy the theme import rule: 1. Copy the theme import rule:
```css ```css
@import url('https://adamperkowski.github.io/jellyfin/theme.css'); @import url('https://catppuccin.github.io/jellyfin/theme.css');
``` ```
2. Open settings, navigate to Display and paste the CSS into the section called "Custom CSS code" 2. Open settings, navigate to Display and paste the CSS into the section called "Custom CSS code"
3. Copy your preferred flavor's import rule and paste it **after** the theme import: 3. Copy your preferred flavor's import rule and paste it **after** the theme import:
```css ```css
/* 🌻 Latte */ /* 🌻 Latte */
@import url('https://adamperkowski.github.io/jellyfin/catppuccin-latte.css'); @import url('https://catppuccin.github.io/jellyfin/catppuccin-latte.css');
/* 🪴 Frappé */ /* 🪴 Frappé */
@import url('https://adamperkowski.github.io/jellyfin/catppuccin-frappe.css'); @import url('https://catppuccin.github.io/jellyfin/catppuccin-frappe.css');
/* 🌺 Macchiato */ /* 🌺 Macchiato */
@import url('https://adamperkowski.github.io/jellyfin/catppuccin-macchiato.css'); @import url('https://catppuccin.github.io/jellyfin/catppuccin-macchiato.css');
/* 🌿 Mocha */ /* 🌿 Mocha */
@import url('https://adamperkowski.github.io/jellyfin/catppuccin-mocha.css'); @import url('https://catppuccin.github.io/jellyfin/catppuccin-mocha.css');
``` ```
4. Press save and you're done! 4. Press save and you're done!