diff --git a/src/_icons/git-fork.svg b/src/_icons/git-fork.svg new file mode 100644 index 000000000..be7323003 --- /dev/null +++ b/src/_icons/git-fork.svg @@ -0,0 +1,10 @@ +--- +tags: [code, version control, command] +--- + + + + + + + diff --git a/src/style.scss b/src/style.scss index d2afbd785..fd2372672 100644 --- a/src/style.scss +++ b/src/style.scss @@ -27,6 +27,10 @@ body { color: $dark; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; + + @media print { + color: #000; + } } a {