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 /configs/conferences/dotp21/main.less | |
parent | f48181684065a91797a501a5cb765d0a14b0809f (diff) |
fix styles dotp21
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/dotp21/main.less | 20 |
1 files changed, 12 insertions, 8 deletions
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; } |