aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.scss
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-07-21 17:10:08 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-07-21 17:10:08 +0200
commit798442f6655c5f699341e158cb6ec87c40db2c6b (patch)
tree2a702a0d9e5af8bfd27c2059a78fcb667b8807f0 /client/src/app/app.component.scss
parent1e128cdbb905958ade3fb3f707411c44b9289b6a (diff)
downloadPeerTube-798442f6655c5f699341e158cb6ec87c40db2c6b.tar.gz
PeerTube-798442f6655c5f699341e158cb6ec87c40db2c6b.tar.zst
PeerTube-798442f6655c5f699341e158cb6ec87c40db2c6b.zip
Client: click on PeerTube title routes to videos list
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r--client/src/app/app.component.scss9
1 files changed, 9 insertions, 0 deletions
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 @@
1#peertube-title a {
2 color: inherit !important;
3
4 &:hover {
5 color: inherit !important;
6 text-decoration: none !important;
7 }
8}
9
1header div { 10header div {
2 line-height: 25px; 11 line-height: 25px;
3 margin-bottom: 30px; 12 margin-bottom: 30px;