diff options
author | Finn M. Schröder | 2020-09-25 13:47:59 +0200 |
---|---|---|
committer | Finn M. Schröder | 2020-09-25 13:47:59 +0200 |
commit | f72a59197304defa47520c39bc519d096404fabd (patch) | |
tree | 9a4d3a75bf1006951fb63b97f5138946bc22c693 /configs/conferences | |
parent | 9c502635df6591b25cb9c91d7e382111c4c29bdd (diff) |
Adapt tab styling
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; |