diff options
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;    } | 
