From 8e5f7e4c7adec8aac11e71e514aa248799976ffe Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Wed, 5 Jul 2017 00:47:36 +0200 Subject: FCMC: use right colors --- configs/conferences/fcmc/main.less | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'configs/conferences') diff --git a/configs/conferences/fcmc/main.less b/configs/conferences/fcmc/main.less index 54e80cf..b71f4d6 100644 --- a/configs/conferences/fcmc/main.less +++ b/configs/conferences/fcmc/main.less @@ -1,8 +1,18 @@ @import "../../../assets/css/_structure.less"; +@yellow: #c8b41e; +@light-yellow: rgba(200, 180, 30, 0.7); + @navbar-default-color: #6f6f6f; @navbar-default-bg: #000; +@brand-primary: @yellow; +@text-color: white; + + +@link-color: white; +@link-hover-color: white; + body { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('background.jpg'); background-position: top right; @@ -16,3 +26,29 @@ body { html { min-height: 100%; } + +.nav-tabs > li.active > a { + background-color: @yellow; + border-bottom: 2px solid black; + color: black; +} + +.nav-tabs > li.active > a:hover { + background-color: #c8b41e; + border-bottom: 2px solid black; + color: black; +} + +.nav-tabs > li > a:hover { + background-color: #c8b41e; + border-bottom: 2px solid black; + color: black; +} + +.nav-tabs > li > a { + background-color: @light-yellow; + padding: 2px 5px; + text-decoration: none; + border-bottom: 2px solid #666; +} + -- cgit v1.2.3