diff options
Diffstat (limited to 'assets/css/style.css')
-rw-r--r-- | assets/css/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 8854128..91ccede 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -116,7 +116,7 @@ blockquote, ol, p, pre, ul, .highlight { .link { color: #0091ea; - text-decoration: none; + text-underline-offset: 3px; } .link:hover { @@ -139,7 +139,9 @@ blockquote, ol, p, pre, ul, .highlight { .logo {} .logo__text { + line-height: 1.2; margin-bottom: 2em; margin-top: 0; + overflow-y: hidden; padding: 0; } |