Unify the color value used for mobile header icons
authorAlexander Ebert <ebert@woltlab.com>
Sat, 16 Mar 2024 14:13:48 +0000 (15:13 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 16 Mar 2024 14:13:48 +0000 (15:13 +0100)
See https://www.woltlab.com/community/thread/304439-farbgebung-mobile-menuicons-vereinheitlichen/

wcfsetup/install/files/style/layout/pageHeader.scss

index f276f56a04a5215d9ce98261e84920496c4548eb..ff93afde55fe826ac7db8270086f2be0961387bd 100644 (file)
                justify-content: center;
                height: 100%;
                width: 100%;
+
+               fa-icon {
+                       color: var(--wcfHeaderText);
+               }
        }
 
        .userPanel.hideUserPanel::before {