Skip to content

Instantly share code, notes, and snippets.

@ahsannayem
Created July 29, 2025 09:28
Show Gist options
  • Save ahsannayem/61c2d2ce1bff77de31787f9a0b813498 to your computer and use it in GitHub Desktop.
Save ahsannayem/61c2d2ce1bff77de31787f9a0b813498 to your computer and use it in GitHub Desktop.
FC Dark Client
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