2 font-family: 'mastodon-font-sans-serif', sans-serif;
3 background: $ui-base-color;
4 background-size: cover;
5 background-attachment: fixed;
9 color: $primary-text-color;
11 text-rendering: optimizelegibility;
12 font-feature-settings: "kern";
13 text-size-adjust: none;
14 -webkit-tap-highlight-color: rgba(0,0,0,0);
15 -webkit-tap-highlight-color: transparent;
18 // system-ui => standard property (Chrome/Android WebView 56+, Opera 43+, Safari 11+)
19 // -apple-system => Safari <11 specific
20 // BlinkMacSystemFont => Chrome <56 on macOS specific
21 // Segoe UI => Windows 7/8/10
23 // Ubuntu => Unity/Ubuntu
25 // Fira Sans => Firefox OS
26 // Droid Sans => Older Androids (<4.0)
27 // Helvetica Neue => Older macOS <10.11
28 // mastodon-font-sans-serif => web-font (Roboto) fallback and newer Androids (>=4.0)
29 font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", mastodon-font-sans-serif, sans-serif;
37 background: $ui-base-color;
41 background: darken($ui-base-color, 8%);
46 background: transparent;
59 background: darken($ui-base-color, 4%);
68 color: $ui-primary-color;
101 justify-content: center;