diff options
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/wevsclimatecrisis/main.less | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/configs/conferences/wevsclimatecrisis/main.less b/configs/conferences/wevsclimatecrisis/main.less index d8e16ca..b3e3f89 100644 --- a/configs/conferences/wevsclimatecrisis/main.less +++ b/configs/conferences/wevsclimatecrisis/main.less @@ -50,6 +50,23 @@ body { } } +.nav-tabs { + & > li > a { + color: white; + font-family: "Candara", Helvetica, sans-serif; + background-color: hsl( 221, 50%, 40% ); + &:hover { + color: black; + background-color: #8ed1fc; + } + } + + & > li.active > a { + color: black; + background-color: #8ed1fc; + } +} + footer { background-color: white; border-width: 1px 0 0; |