From: Chocobozzz Date: Thu, 21 Jul 2016 15:10:08 +0000 (+0200) Subject: Client: click on PeerTube title routes to videos list X-Git-Tag: v0.0.1-alpha~813 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=798442f6655c5f699341e158cb6ec87c40db2c6b;hp=1e128cdbb905958ade3fb3f707411c44b9289b6a;p=github%2FChocobozzz%2FPeerTube.git Client: click on PeerTube title routes to videos list --- diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html index 0311179a8..f2acffea4 100644 --- a/client/src/app/app.component.html +++ b/client/src/app/app.component.html @@ -2,7 +2,9 @@
-

PeerTube

+

+ PeerTube +

diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 1d42f2a04..1b02b2f57 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss @@ -1,3 +1,12 @@ +#peertube-title a { + color: inherit !important; + + &:hover { + color: inherit !important; + text-decoration: none !important; + } +} + header div { line-height: 25px; margin-bottom: 30px;