You may edit the qa-theme.php file inside of Snowflat folder.
Search for the public function head_css()
Then, you can add extra css.
Example:
$this->output('<link rel="stylesheet" href="https://mysite.com/qa-theme/Angel/css/my_custom_style.css">');
The easiest method is to use the option in Admin > Layout - “Custom HTML in <head> section of every page”
Add your CSS between <style> and </style> - make sure to get the tags correct otherwise you may mess up the page display.
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.