I also encountered the blank login page problem.
I found out that 2.3 update has hex2rgb function which conflicted with existing themes function.
I renamed the function to hex2rgb_a and changed function calling (below the function declaration).
It is working now.