diff options
author | Valentin Popov <valentineus@gmail.com> | 2018-04-11 18:13:35 +0300 |
---|---|---|
committer | Valentin Popov <valentineus@gmail.com> | 2018-04-11 18:13:35 +0300 |
commit | fda15789bc00daef9042ad5f720e959ba726fd9c (patch) | |
tree | 2635551e67e943dad2aeb90998bf6a5b864c2bd5 /_scss | |
parent | e70b94cbbed84362e8ab1e46fc2fb0dc41550d97 (diff) | |
download | popov.link-fda15789bc00daef9042ad5f720e959ba726fd9c.tar.xz popov.link-fda15789bc00daef9042ad5f720e959ba726fd9c.zip |
Fix font
Diffstat (limited to '_scss')
-rw-r--r-- | _scss/_main.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_scss/_main.scss b/_scss/_main.scss index 7a7880c..4ca62e9 100644 --- a/_scss/_main.scss +++ b/_scss/_main.scss @@ -214,6 +214,7 @@ table { } a { + font-weight: 700; text-transform: uppercase; } } |