diff options
author | gabrielgio <gabriel.giovanini@pm.me> | 2020-07-12 00:59:51 +0200 |
---|---|---|
committer | gabrielgio <gabriel.giovanini@pm.me> | 2020-07-12 00:59:51 +0200 |
commit | bf64e61e1da92a829ae172cde608371a3335b602 (patch) | |
tree | 6148e3271c33ccd336cb12fb8b976798530f651e /themes/flamingo/assets/scss | |
parent | a42f79ec30d915b45793d7d3c6964845bd5f4946 (diff) | |
download | gabrielgio.me-bf64e61e1da92a829ae172cde608371a3335b602.tar.gz gabrielgio.me-bf64e61e1da92a829ae172cde608371a3335b602.tar.bz2 gabrielgio.me-bf64e61e1da92a829ae172cde608371a3335b602.zip |
Adds two pages from previous jekyll project
Diffstat (limited to 'themes/flamingo/assets/scss')
-rw-r--r-- | themes/flamingo/assets/scss/_mobile_view.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/flamingo/assets/scss/_mobile_view.scss b/themes/flamingo/assets/scss/_mobile_view.scss index 0b74db2..21860c2 100644 --- a/themes/flamingo/assets/scss/_mobile_view.scss +++ b/themes/flamingo/assets/scss/_mobile_view.scss @@ -114,6 +114,13 @@ nav { border-bottom: none; //transition: border-bottom .3s; } + a { + text-decoration: none; + color: $post-title-color; + font-weight: 200; + border-bottom: none; + //transition: border-bottom .3s; + } a:hover { //border-bottom: 1px solid $post-link-color; color: $post-link-color; |