Customize Colors Manually for Nextcloud Theming
-
Anyone know is there is a way to manually control the theming color for specific things in nextcloud?
Anytime I try to change the background to white, the 'forgot password' link stays white.
-
Couldn't find a way to change the color yet, but I did find a way to remove the password reset option.
nano /var/www/html/nextcloud/config/config.php
add:
array (
),
'lost_password_link' => 'disabled',
-