diff --git a/src/components/cards/TorrentItem.vue b/src/components/cards/TorrentItem.vue
index a6890501..78907136 100644
--- a/src/components/cards/TorrentItem.vue
+++ b/src/components/cards/TorrentItem.vue
@@ -194,7 +194,6 @@ onMounted(() => {
.torrent-item {
padding: 12px;
- background-color: rgb(var(--v-theme-surface));
box-shadow: none;
margin-block-end: 8px;
transition: background-color 0.2s ease, transform 0.2s ease;
diff --git a/src/components/cards/UserCard.vue b/src/components/cards/UserCard.vue
index 079a15a6..f4a1aca3 100644
--- a/src/components/cards/UserCard.vue
+++ b/src/components/cards/UserCard.vue
@@ -282,7 +282,6 @@ onUnmounted(() => {
.user-card {
position: relative;
overflow: hidden;
- background: rgb(var(--v-theme-surface));
transition: all 0.3s ease;
}
@@ -341,7 +340,6 @@ onUnmounted(() => {
justify-content: center;
border: 1px solid rgba(var(--v-theme-warning), 0.5);
border-radius: 50%;
- background: rgb(var(--v-theme-surface));
block-size: 18px;
inline-size: 18px;
margin-block: 0;
diff --git a/src/components/dialog/SearchBarDialog.vue b/src/components/dialog/SearchBarDialog.vue
index 4ce5c355..99213d3e 100644
--- a/src/components/dialog/SearchBarDialog.vue
+++ b/src/components/dialog/SearchBarDialog.vue
@@ -843,7 +843,6 @@ onMounted(() => {
.site-search-card {
border: 1px solid rgba(var(--v-theme-on-surface), 0.08);
border-radius: 14px;
- background-color: rgb(var(--v-theme-surface));
}
.site-chip {
diff --git a/src/layouts/components/ShortcutBar.vue b/src/layouts/components/ShortcutBar.vue
index 2bedf9d4..cb105699 100644
--- a/src/layouts/components/ShortcutBar.vue
+++ b/src/layouts/components/ShortcutBar.vue
@@ -389,7 +389,6 @@ onMounted(() => {
padding: 16px;
border: 1px solid rgba(var(--v-theme-on-surface), 0.05);
border-radius: 12px;
- background-color: rgba(var(--v-theme-surface));
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
diff --git a/src/layouts/components/UserProfile.vue b/src/layouts/components/UserProfile.vue
index 0677e4bd..07b9b2df 100644
--- a/src/layouts/components/UserProfile.vue
+++ b/src/layouts/components/UserProfile.vue
@@ -86,7 +86,7 @@ const userLevel = computed(() => userStore.level)