diff options
author | derchris | 2019-12-13 16:18:53 +0100 |
---|---|---|
committer | derchris | 2019-12-13 16:18:53 +0100 |
commit | 4490a0aa8faf95b5b6fc43dcdf4e33c5b453f09c (patch) | |
tree | 7e048c985ceec320d7382043bfcca82331ceb11d /configs | |
parent | 8ac71dae6a30109901dc0ede82a419a434c1ed73 (diff) |
36c3: even more layout changes
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/36c3/main.less | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/configs/conferences/36c3/main.less b/configs/conferences/36c3/main.less index 0f73cd7..88e12d6 100644 --- a/configs/conferences/36c3/main.less +++ b/configs/conferences/36c3/main.less @@ -55,6 +55,27 @@ body.overview .panel-primary a, .font-headline() } +.panel-default { + border-color: #FE5000; +} + +.panel-default > .panel-heading { + border-color: #00BB31; +} + + +body.room .tab-content { + border-left: 1px solid #00BB31; + border-bottom: 1px solid #00BB31; + border-right: 1px solid #00BB31; +} + +.nav-tabs > li.active > a, +.nav-tabs > li.active > a:hover, +.nav-tabs > li.active > a:focus { + color: #FE5000; +} + h1, h3 { color: @orange; } h2 { color: @green; } |