Commit 5e0c320f authored by JC Brand's avatar JC Brand

Two small styling fixes

* Use font from variables
* No need to load bourbon twice
parent d830bc12
......@@ -91,7 +91,7 @@ body.converse-fullscreen {
padding-left: env(safe-area-inset-left);
padding-right: env(safe-area-inset-right);
color: var(--text-color);
font-family: "Helvetica", "Arial", sans-serif;
font-family: var(--normal-font);
font-size: var(--font-size);
direction: ltr;
z-index: 1031; // One more than bootstrap navbar
......
@import "bourbon";
#conversejs.converse-embedded {
@include box-sizing(border-box);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment