aboutsummaryrefslogtreecommitdiff
path: root/style.scss
AgeCommit message (Collapse)Author
2018-04-03I can't fix the colors :(Alee
2018-04-03Color fixesAlee
2018-04-03replaced the yucky white with a nice dark themeAlee
2015-11-26Removed +x on style.scssMax Glenister
Fixes #204
2015-02-23Move Sass to default _sass directory via @LeoColomb #39Barry Clark
2015-01-13Resolves #72 by overriding an img styleBen Abbott
2014-11-12Change how SVG icons are included in pagesBen Abbott
Normally you include a .html file containing SVG data to show social media icons on the page, but this means adding up to 27KB of bloat to every single page. With this commit I have moved the SVG data into a .scss file and converted them into Data URIs so they work on multiple browsers. This means the CSS file will contain the SVG data rather than each and every page on the site.
2014-08-28Visual improvements to the font weight of headersBarry Clark
2014-08-22Bold headers fix for Windows browsersBarry Clark
2014-07-30CSS comments tidy upBarry Clark
2014-07-30Update Sass files to be built by GitHub PagesBarry Clark