diff options
author | thomic | 2021-05-07 21:51:45 +0200 |
---|---|---|
committer | thomic | 2021-05-07 21:51:45 +0200 |
commit | 33deed6a541efee46be92b41d4929173d3763709 (patch) | |
tree | da8e7692b1be0939ed8c6a7117537230e5052811 | |
parent | f48181684065a91797a501a5cb765d0a14b0809f (diff) |
fix styles dotp21
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/dotp21/config.php | 2 | ||||
-rw-r--r-- | configs/conferences/dotp21/main.less | 20 |
2 files changed, 13 insertions, 9 deletions
diff --git a/configs/conferences/dotp21/config.php b/configs/conferences/dotp21/config.php index 5dead14..390c766 100755 --- a/configs/conferences/dotp21/config.php +++ b/configs/conferences/dotp21/config.php @@ -33,7 +33,7 @@ $CONFIG['CONFERENCE'] = array( * Dieser im Seiten-Header, im <title>-Tag, in der About-Seite und ggf. ab weiteren Stellen als * Anzeigetext benutzt */ - 'TITLE' => 'DotP 2021', + 'TITLE' => 'Day of the Podcast 2021', /** * Veranstalter diff --git a/configs/conferences/dotp21/main.less b/configs/conferences/dotp21/main.less index 12e24f8..54ea6f7 100644 --- a/configs/conferences/dotp21/main.less +++ b/configs/conferences/dotp21/main.less @@ -1,12 +1,12 @@ @import "../../../assets/css/_structure.less"; @brand-primary: #ff42ff; -@navbar-height: 70px; +@navbar-height: 100px; @highlight: #ff42a0; @background: #3d3d3d; @text-color: #ffffff; @link-color: #cf42ff; -@panel-bg: #5d5d5d; +@panel-bg: #3d3d3d; @well-bg: @panel-bg; @panel-primary-border: #ffffff; @panel-default-heading-bg: #333333; @@ -15,11 +15,15 @@ @nav-link-hover-bg: #000000; @navbar-default-bg: #333333; +body { + background: #000000; +} + nav .navbar-brand .icon { - background-image: url("dotp.png"); - background-size: contain; - background-position: center; - background-repeat: no-repeat; - height: 60px; - width: 92px; + background-image: url("dotp.png"); + background-size: contain; + background-position: center; + background-repeat: no-repeat; + height: 60px; + width: 92px; } |