Update colors of the facebook brand button
authorMarcel Werk <burntime@woltlab.com>
Fri, 2 Aug 2024 15:07:02 +0000 (17:07 +0200)
committerMarcel Werk <burntime@woltlab.com>
Fri, 2 Aug 2024 15:07:02 +0000 (17:07 +0200)
wcfsetup/install/files/style/ui/authFlow.scss

index 7c1038d98a9ae7755b15bee228caab0fd5a5142f..9a6d2bc3b3f7d0bf93d113d841fa9f31459e5e47 100644 (file)
        }
 
        &.facebookLoginButton {
-               background-color: rgb(59, 89, 152);
+               background-color: rgb(8, 102, 255);
 
                &:hover {
-                       background-color: rgb(48, 72, 123);
+                       background-color: rgb(7, 97, 242);
                }
        }