aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMaZderMind2015-12-27 14:04:40 +0100
committerMaZderMind2015-12-27 14:04:40 +0100
commit562080c407eacf15065142320582f5da82760aa3 (patch)
tree345ec7af6d32d8ca913d9b262cbb6ffa9e083feb /configs
parent79728096032f97d2d65f166d405655e63cc10ce1 (diff)
better visibility of links
Diffstat (limited to 'configs')
-rw-r--r--configs/conferences/32c3/main.less4
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;
}