diff --git a/frontend/src/components/Navigation.vue b/frontend/src/components/Navigation.vue
index 352447412..3af7e300c 100644
--- a/frontend/src/components/Navigation.vue
+++ b/frontend/src/components/Navigation.vue
@@ -122,9 +122,9 @@ getPlatforms()
-
+
-
+
diff --git a/frontend/src/components/RomDetails.vue b/frontend/src/components/RomDetails.vue
index 7e4176530..ca0295b58 100644
--- a/frontend/src/components/RomDetails.vue
+++ b/frontend/src/components/RomDetails.vue
@@ -159,16 +159,17 @@ async function deleteRom() {
-
+
-
-
+
+
+
-
-
+
+
{{ rom.name }}
@@ -181,11 +182,11 @@ async function deleteRom() {
-
+
-
+
Apply
diff --git a/frontend/src/components/RomsGallery.vue b/frontend/src/components/RomsGallery.vue
index c5cbce09c..922233809 100644
--- a/frontend/src/components/RomsGallery.vue
+++ b/frontend/src/components/RomsGallery.vue
@@ -62,7 +62,7 @@ onMounted(() => { if(localStorage.getItem('currentPlatform')){ getRoms(JSON.pars
-
+
@@ -75,7 +75,6 @@ onMounted(() => { if(localStorage.getItem('currentPlatform')){ getRoms(JSON.pars
{{ rom.filename }}
-
@@ -88,9 +87,15 @@ onMounted(() => { if(localStorage.getItem('currentPlatform')){ getRoms(JSON.pars
-
-
-
+
+
+
+
+
+
+
+
+
diff --git a/frontend/src/plugins/vuetify.js b/frontend/src/plugins/vuetify.js
index f9752f9ac..c258c925b 100644
--- a/frontend/src/plugins/vuetify.js
+++ b/frontend/src/plugins/vuetify.js
@@ -28,6 +28,7 @@ export default createVuetify({
primary: '#212121',
secondary: '#BDBDBD',
toolbar: '#212121',
+ background: '#212121'
}
}
}