diff --git a/README.md b/README.md
index c28d66c..7479e00 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@

- Catppuccin for jellyfin
+ Catppuccin for Jellyfin
@@ -69,6 +69,21 @@ The accent color can be overrided by adding the following **after** the imports:
}
```
+
+Preview
+
+
+
+There is also an everything-rounded extension available:
+```css
+@import url('https://adamperkowski.github.io/jellyfin/rounding.css');
+```
+
+Preview
+
+
+
+
## 💝 Thanks to
- [Isabel](https://github.com/isabelroses)
diff --git a/assets/mauve.webp b/assets/mauve.webp
new file mode 100644
index 0000000..3ad1a27
Binary files /dev/null and b/assets/mauve.webp differ
diff --git a/assets/rounding0.webp b/assets/rounding0.webp
new file mode 100644
index 0000000..2715c45
Binary files /dev/null and b/assets/rounding0.webp differ
diff --git a/assets/rounding1.webp b/assets/rounding1.webp
new file mode 100644
index 0000000..2aff257
Binary files /dev/null and b/assets/rounding1.webp differ
diff --git a/src/rounding.css b/src/rounding.css
new file mode 100644
index 0000000..eda055b
--- /dev/null
+++ b/src/rounding.css
@@ -0,0 +1,22 @@
+.cardContent-button,
+.cardContent-shadow,
+.itemDetailImage,
+.cardOverlayButton-hover,
+.cardOverlayContainer,
+.cardImageContainer,
+.cardPadder,
+.paperList,
+.listItem,
+.listItemImage,
+.listItemImageButton,
+.listItemButton,
+.headerButton,
+.emby-button,
+.cardBox,
+.paper-icon-button-light,
+.innerCardFooter,
+.blurhash-canvas,
+.actionSheetMenuItem:hover,
+.dialog {
+ border-radius: 8px !important;
+}
diff --git a/src/theme.css b/src/theme.css
index 52f6651..c98c527 100644
--- a/src/theme.css
+++ b/src/theme.css
@@ -211,8 +211,6 @@ html {
color: var(--dimmer-text);
}
-/* General focus element color */
-
.layout-tv .paper-icon-button-light.show-focus:focus {
color: var(--main-color) !important;
}