diff --git a/.editorconfig b/.editorconfig
index 49278a5..48dc80b 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -18,4 +18,5 @@ indent_size = 2
# documentation, utils
[*.{md,mdx,diff}]
+indent_size = 4
trim_trailing_whitespace = false
diff --git a/README.md b/README.md
index 739ae68..ac89f1d 100644
--- a/README.md
+++ b/README.md
@@ -1,37 +1,37 @@
- 
-
- Catppuccin for Jellyfin
-
+ 
+
+ Catppuccin for Jellyfin
+
-
-
-
+
+
+
-
+
## Previews
-🌻 Latte
-
+ 🌻 Latte
+
-🪴 Frappé
-
+ 🪴 Frappé
+
-🌺 Macchiato
-
+ 🌺 Macchiato
+
-🌿 Mocha
-
+ 🌿 Mocha
+
## Usage
@@ -42,20 +42,14 @@
```
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:
- - 🌻 Latte
```css
+ /* 🌻 Latte */
@import url('https://adamperkowski.github.io/jellyfin/latte.css');
- ```
- - 🪴 Frappé
- ```css
+ /* 🪴 Frappé */
@import url('https://adamperkowski.github.io/jellyfin/frappe.css');
- ```
- - 🌺 Macchiato
- ```css
+ /* 🌺 Macchiato */
@import url('https://adamperkowski.github.io/jellyfin/macchiato.css');
- ```
- - 🌿 Mocha
- ```css
+ /* 🌿 Mocha */
@import url('https://adamperkowski.github.io/jellyfin/mocha.css');
```
4. Press save and you're done!
@@ -65,13 +59,13 @@
The accent color can be overrided by adding the following **after** the imports:
```css
:root {
- --main-color: var(--mauve);
+ --main-color: var(--mauve);
}
```
-Preview
-
+ Preview
+
There is also an everything-rounded extension available:
@@ -79,9 +73,9 @@ There is also an everything-rounded extension available:
@import url('https://adamperkowski.github.io/jellyfin/rounding.css');
```
-Preview
-
-
+ Preview
+
+
## 💝 Thanks to
@@ -92,13 +86,13 @@ There is also an everything-rounded extension available:
-
+
- Copyright © 2021-present Catppuccin Org
+ Copyright © 2021-present Catppuccin Org
-
+
diff --git a/themes/theme.css b/themes/theme.css
index 11cb6b3..9cb49ca 100644
--- a/themes/theme.css
+++ b/themes/theme.css
@@ -100,7 +100,6 @@ html {
}
.paper-icon-button-light:hover:not(:disabled),
-.paper-icon-button-light:focus,
.listItem:hover,
.listItem:focus,
.navMenuOption:hover,