Use global CSS files
Move custom styles to global CSS files, and automatically load them at the start of the main loop. This is done by adding an idle source on the main loop when libhandy is automatically constructed. This should theoretically be called after gtk_init()
but before any window is presented, hence causing no issue.
@exalm, @guido.gunther, what do you think?
Fixes #196 (closed).
Edited by Adrien Plazas