presenting the Logo

This commit is contained in:
Paul Schneider 2019-08-09 16:00:45 +01:00
commit 8a82438767
2 changed files with 8 additions and 3 deletions

View file

@ -12,6 +12,10 @@
background-color: rgba(0, 0, 0, .4);
}
.navbar-inverse .navbar-brand {
background-color: unset
}
.ql-editor {
border: outset 1em rgb(238, 144, 62);
padding: 1em;
@ -431,4 +435,4 @@ div.chatlist {
img.ptcroix {
margin: .4em;
}
}