diff options
author | MaZderMind | 2015-12-30 19:44:54 +0100 |
---|---|---|
committer | MaZderMind | 2015-12-30 19:45:21 +0100 |
commit | 3ef4f8d82a5875f702b48e1717c5af1d2e8d12f1 (patch) | |
tree | 70be73fdff1378fa3748cb8d97bda09d8f089402 /configs/conferences/32c3/main.less | |
parent | cea81440e200c5c1eea703414152b7f00bba2560 (diff) |
highlight links on 32c3 closed page
Diffstat (limited to 'configs/conferences/32c3/main.less')
-rw-r--r-- | configs/conferences/32c3/main.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/conferences/32c3/main.less b/configs/conferences/32c3/main.less index 012b8a4..e0ea9d8 100644 --- a/configs/conferences/32c3/main.less +++ b/configs/conferences/32c3/main.less @@ -156,3 +156,8 @@ nav .button-wrapper > .about { body.multiview .cell { color: black; } + +.closed .about a { + text-decoration: underline; + color: @brand-primary; +} |