diff options
author | MaZderMind | 2015-12-27 14:04:40 +0100 |
---|---|---|
committer | MaZderMind | 2015-12-27 14:04:40 +0100 |
commit | 562080c407eacf15065142320582f5da82760aa3 (patch) | |
tree | 345ec7af6d32d8ca913d9b262cbb6ffa9e083feb /configs/conferences | |
parent | 79728096032f97d2d65f166d405655e63cc10ce1 (diff) |
better visibility of links
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/32c3/main.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/conferences/32c3/main.less b/configs/conferences/32c3/main.less index acd38fa..1f9f6fa 100644 --- a/configs/conferences/32c3/main.less +++ b/configs/conferences/32c3/main.less @@ -133,8 +133,12 @@ nav .button-wrapper > .about { .well a { color: @dark-grey; + text-decoration: underline; } .alert { + a { + text-decoration: underline; + } &.alert-success a { color: @state-success-text; } |