From 79728096032f97d2d65f166d405655e63cc10ce1 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 27 Dec 2015 13:12:13 +0100 Subject: fix link-style in relive section --- configs/conferences/32c3/main.less | 40 ++++++++++++++++++++++++++------------ 1 file changed, 28 insertions(+), 12 deletions(-) (limited to 'configs/conferences/32c3') diff --git a/configs/conferences/32c3/main.less b/configs/conferences/32c3/main.less index 25d2f30..acd38fa 100644 --- a/configs/conferences/32c3/main.less +++ b/configs/conferences/32c3/main.less @@ -42,20 +42,18 @@ body { padding: @navbar-height 0 } -body.overview { - .panel-default { +.panel-default { + color: @dark-grey; + a { color: @dark-grey; - a { - color: @dark-grey; - } } - .panel-primary { - background-color: @light-grey; - border-color: @light-grey; +} +.panel-primary { + background-color: @light-grey; + border-color: @light-grey; + color: white; + a { color: white; - a { - color: white; - } } } @@ -131,4 +129,22 @@ nav .button-wrapper > .releases { nav .button-wrapper > .about { background-position: -288px top; -} \ No newline at end of file +} + +.well a { + color: @dark-grey; +} +.alert { + &.alert-success a { + color: @state-success-text; + } + &.alert-info a { + color: @state-info-text; + } + &.alert-warning a { + color: @state-warning-text; + } + &.alert-danger a { + color: @state-danger-text; + } +} -- cgit v1.2.3