diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2014-08-25 18:31:06 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2014-08-25 18:31:17 -0300 |
commit | f86977f2784bebde9a6eda41090fec7e00b8bf37 (patch) | |
tree | 7310ede8647f21def87cdb4a98ca8f91f4a2e4f9 /web-ui/app/scss | |
parent | 71a5e148996720271d2e607cd786194e79942b80 (diff) |
Adding styles for typography
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r-- | web-ui/app/scss/style-guide.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/web-ui/app/scss/style-guide.scss b/web-ui/app/scss/style-guide.scss index c9791ea3..7d18109e 100644 --- a/web-ui/app/scss/style-guide.scss +++ b/web-ui/app/scss/style-guide.scss @@ -18,6 +18,10 @@ nav { a.logo-anchor { color: white; + + &:hover { + color: darken(white, 30); + } } ul li { @@ -110,6 +114,6 @@ ul.typography li h2 { } ul.headers-and-sizes { - margin: 32px 100px 0 0; + margin: 20px 100px 0 0; display: inline-block; }
\ No newline at end of file |