diff options
author | MaZderMind | 2016-12-29 12:59:06 +0100 |
---|---|---|
committer | MaZderMind | 2016-12-29 12:59:06 +0100 |
commit | 3d57556f31814f8ef01ca8b8041d808b6239f0fa (patch) | |
tree | b82f16fb7d61e23c296bb61156779fa340a5ab30 /configs/conferences/33c3 | |
parent | c47312f28a5d23657df11ef5ddaa61f5499dc877 (diff) |
reduce brightness of borders
Diffstat (limited to 'configs/conferences/33c3')
-rw-r--r-- | configs/conferences/33c3/main.less | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/configs/conferences/33c3/main.less b/configs/conferences/33c3/main.less index 9aeaa92..d4e6d88 100644 --- a/configs/conferences/33c3/main.less +++ b/configs/conferences/33c3/main.less @@ -20,7 +20,7 @@ @navbar-height: 70px; -@navbar-default-bg: transparent; +@navbar-default-bg: transparent; @navbar-default-border: transparent; @navbar-default-link-color: white; @@ -387,3 +387,9 @@ footer { .nav-tabs > li > a { border-radius: 0 !important; } + +body.room .tab-content { + border-left: 1px solid @light-grey; + border-bottom: 1px solid @light-grey; + border-right: 1px solid @light-grey; +} |