diff options
author | codecalm <codecalm@gmail.com> | 2020-03-25 20:00:06 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-25 20:00:06 +0100 |
commit | 05e29703b8b99b0aa437cf01a5ac7a90cdf3a3e1 (patch) | |
tree | 0625ff9c0bed41bafe41d0f964b51a49a9fbdb9b /src/style.scss | |
parent | award icon fix, styles for print (diff) | |
download | tabler-icons-05e29703b8b99b0aa437cf01a5ac7a90cdf3a3e1.tar.xz |
git-fork icon
Diffstat (limited to 'src/style.scss')
-rw-r--r-- | src/style.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/style.scss b/src/style.scss index d2afbd78..fd237267 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 { |