Set font-weight of function headings to 300

This commit is contained in:
Ryan Watters
2017-03-06 18:28:14 -06:00
parent 3dfb2961b7
commit 49a83a411d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -40,6 +40,7 @@ h1.page-title {
&.commands,
&.functions {
font-family: $code-font-family;
font-weight:300;
}
}
+1 -1
View File
File diff suppressed because one or more lines are too long