diff options
Diffstat (limited to 'configs/conferences/dotp21/main.less')
-rw-r--r-- | configs/conferences/dotp21/main.less | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/configs/conferences/dotp21/main.less b/configs/conferences/dotp21/main.less new file mode 100644 index 0000000..49fa07b --- /dev/null +++ b/configs/conferences/dotp21/main.less @@ -0,0 +1,11 @@ +@import "../../../assets/css/_structure.less"; +@brand-primary: #ff42ff; + +nav .navbar-brand .icon { + background-image: url("dotp.png"); + background-size: contain; + background-position: center; + background-repeat: no-repeat; + height: 60px; + width: 92px; +} |