diff options
author | derpeter | 2020-04-30 18:35:53 +0200 |
---|---|---|
committer | derpeter | 2020-04-30 18:35:53 +0200 |
commit | 6641ddb4a2533048f7f576f35156c46ccbd1d946 (patch) | |
tree | 66df40c72ceeb5712c90333c86851adcb09ef961 /configs/conferences/mygruni/main.less | |
parent | e6ca9b0f5976eea5cf2eb1d8be2f155f69897831 (diff) |
added my grüniwq
Diffstat (limited to 'configs/conferences/mygruni/main.less')
-rw-r--r-- | configs/conferences/mygruni/main.less | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/configs/conferences/mygruni/main.less b/configs/conferences/mygruni/main.less new file mode 100644 index 0000000..0f9b609 --- /dev/null +++ b/configs/conferences/mygruni/main.less @@ -0,0 +1,50 @@ +@import "../../../assets/css/_structure.less"; + +@link-color: #bdafbe; +@panel-bg: #ddd; +@well-bg: @panel-bg; +@panel-primary-border: #FFFFFF; +@panel-default-heading-bg: #333333; +@panel-default-text: #bdafbe; + +@navbar-default-link-color: #bfc1be; + +@nav-link-hover-bg: #bfc1be; + +@navbar-default-bg: #232323; + +// conference specific styles here + +body { + background-color: #232323; +} + +.banner { + color: #232323; + + h2 { + font-weight: normal; + } +} + +.navbar-brand { + // color: transparent !important; + height: 50px; + //background-image: url('logo.svg'); + background-repeat: no-repeat; + background-size: auto 30px; + background-position: 15px 10px; + padding-left: 120px; + color: #232323 !important; + .icon { + display: none !important; + } +} + +footer a { + color: @link-color; +} + +.nav > li > a:hover, .nav > li > a:focus { + background: #232323; +} |