diff --git a/components/btn/Theme.vue b/components/btn/Theme.vue
index 0c46a7c91ddd091a5c4a43420991e4159d2d342e..aeda1e59d9f48c63bf1945bc2998fb0f9c4be9d5 100644
--- a/components/btn/Theme.vue
+++ b/components/btn/Theme.vue
@@ -7,7 +7,8 @@
 			class="switch-checkbox" />
 		<label
 			for="checkbox"
-			class="switch-label d-flex align-items-center justify-content-between position-relative mb-0">
+			class="switch-label d-flex align-items-center justify-content-between position-relative mb-0 form-control"
+			tabindex="0">
 			<span>🌙</span>
 			<span>☀️</span>
 			<div
diff --git a/pages/favoris.vue b/pages/favoris.vue
index f6735edc42e45a045e919e42ba87c0e806a45396..5ded360868129da8b88c0afb2244dce54d84fb29 100644
--- a/pages/favoris.vue
+++ b/pages/favoris.vue
@@ -46,21 +46,6 @@ export default {
 			error: null
 		}
 	},
-	// local functions. You can use :
-	// {{ myFunction() }} in template if a value is returned
-	// - this.myFunction everywhere in the page but not in arrows functions
-	// - @event="myFunction" on Vue eventHandlers
-	// methods: {
-	//   myFunction() {
-
-	//   }
-	// },
-	// For computed values. Use {{ myComputedValue }} in the template
-	// computed: {
-	//   myComputedValue : function() {
-	//     return this.var * 3
-	//   }
-	// },
 	apollo: {
 		favoris: {
 			query: FAVORIS,