Browse Source

Two small styling fixes

* Use font from variables
* No need to load bourbon twice
JC Brand 6 years ago
parent
commit
5e0c320fb1
2 changed files with 1 additions and 2 deletions
  1. 1 1
      sass/_core.scss
  2. 0 1
      sass/_embedded.scss

+ 1 - 1
sass/_core.scss

@@ -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

+ 0 - 1
sass/_embedded.scss

@@ -1,4 +1,3 @@
-@import "bourbon";
 #conversejs.converse-embedded {
 
     @include box-sizing(border-box);