renamed syntax.scss to be a little more explicit and descriptive

This commit is contained in:
Brandon Rosage 2019-03-04 10:43:42 -06:00
parent 22fa36a2ab
commit 2e32d8f835
2 changed files with 1 additions and 1 deletions

View file

@ -2,7 +2,7 @@
---
@import url('https://unpkg.com/primer/build/build.css');
@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700,900');
@import 'syntax';
@import 'highlight-syntax';
body {
font-family: 'Rubik', sans-serif;