diff --git a/src/app/components/shared/_dialogs/cloud-configuration/cloud-configuration.component.scss b/src/app/components/shared/_dialogs/cloud-configuration/cloud-configuration.component.scss
index 75db57c50ef05c56ed71c4ff5a3b28165184c7aa..ad76e0495520f53011b6c5e723a1afdae8804824 100644
--- a/src/app/components/shared/_dialogs/cloud-configuration/cloud-configuration.component.scss
+++ b/src/app/components/shared/_dialogs/cloud-configuration/cloud-configuration.component.scss
@@ -1,13 +1,8 @@
-// * {
-//   color: var(--on-dialog);
-// }
-
 h2{
   color: var(--on-dialog);
   font-size: 1.7rem;
 }
 
-
 .expansion-title{
   color: var(--primary);
   padding-bottom: 6px;
diff --git a/src/app/components/shared/header/header.component.scss b/src/app/components/shared/header/header.component.scss
index 6fa5362272a62cb0d86c1e421f6a8e8b8c2e46a4..be81643b313af5a7b224d859a62e5ed864334d49 100644
--- a/src/app/components/shared/header/header.component.scss
+++ b/src/app/components/shared/header/header.component.scss
@@ -73,7 +73,7 @@ button:focus {
 }
 
 svg {
-  -webkit-filter: invert(100%); /* safari 6.0 - 9.0 */
+  -webkit-filter: invert(100%);
   filter: invert(100%);
 }
 
@@ -130,3 +130,13 @@ svg {
 h1{
   color: red;
 }
+::ng-deep .mat-menu-item:hover .qrcode svg > path {
+  fill: var(--dialog);
+  color: var(--dialog);
+  background-color: var(--on-dialog) !important;
+  }
+  
+  ::ng-deep #cdk-overlay-0 .mat-menu-content > button:hover mat-icon{
+  color: var(--dialog);
+  background-color: var(--on-dialog) !important;
+  }
\ No newline at end of file