diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-10-02 00:53:38 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-10-02 00:53:38 +0200 |
commit | 24b657f7902bf15f433515893cded60ea1b76db8 (patch) | |
tree | 94c6286227c8ad63a4a11e73acec38a3dd6dc863 /packages/gitbook-plugin-theme-default/less/Summary.less | |
parent | 649a6c980cbfebdbe93b724dbc575dcc9ae75bf4 (diff) | |
download | gitbook-24b657f7902bf15f433515893cded60ea1b76db8.zip gitbook-24b657f7902bf15f433515893cded60ea1b76db8.tar.gz gitbook-24b657f7902bf15f433515893cded60ea1b76db8.tar.bz2 |
Fix font and buttons in default theme
Diffstat (limited to 'packages/gitbook-plugin-theme-default/less/Summary.less')
-rw-r--r-- | packages/gitbook-plugin-theme-default/less/Summary.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gitbook-plugin-theme-default/less/Summary.less b/packages/gitbook-plugin-theme-default/less/Summary.less index b57a403..0a0bb53 100644 --- a/packages/gitbook-plugin-theme-default/less/Summary.less +++ b/packages/gitbook-plugin-theme-default/less/Summary.less @@ -29,10 +29,11 @@ overflow: hidden; white-space: nowrap; position: relative; + text-decoration: none; } a:hover { - text-decoration: underline; + text-decoration: none; color: @summary-article-hover-color; } |