Created
July 29, 2025 09:28
-
-
Save ahsannayem/61c2d2ce1bff77de31787f9a0b813498 to your computer and use it in GitHub Desktop.
FC Dark Client
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_action('fluent_community/headless/head', function() { | |
echo '<style> | |
label { | |
color: #fff !important; | |
} | |
a { | |
color: #fff !important; | |
text-decoration: underline !important; | |
} | |
p { | |
color: #fff !important; | |
} | |
#user_login:not(:placeholder-shown) { | |
color: white !important; | |
} | |
</style>'; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment