pxt-core 7.3.11 → 7.3.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,6 +14,7 @@
14
14
  --notification-icon-background-color: #ffffff;
15
15
  --notification-icon-color: #000000;
16
16
  --badge-list-subtitle-color: #aba9a5;
17
+ --body-font-family: "Share Tech Mono", Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace;
17
18
  }
18
19
 
19
20
  .profile-user-pane {
@@ -286,6 +287,10 @@
286
287
  background-color: var(--avatar-initials-background-color);
287
288
  }
288
289
 
290
+ .ui.icon.button.sign-out {
291
+ font-family: var(--body-font-family);
292
+ }
293
+
289
294
  @media only screen and (max-width: 1200px) and (min-width: 992px) {
290
295
  .profile-badges, .profile-badges-background {
291
296
  background-size: 25%;