8
8
/* Noto Color Emoji contains digits, in fixed-width, therefore causing
9
9
digits in flowed text to stand out.
10
10
TODO: Consider putting all emoji fonts to the end rather than the front. */
11
- $font-family : ' Inter' , ' Twemoji' , ' Apple Color Emoji' , ' Segoe UI Emoji' , ' Arial' , ' Helvetica' , sans-serif , ' Noto Color Emoji' ;
12
-
13
- $monospace-font-family : ' Inconsolata' , ' Twemoji' , ' Apple Color Emoji' , ' Segoe UI Emoji' , ' Courier' , monospace , ' Noto Color Emoji' ;
11
+ $font-family : ' Inter' ,
12
+ ' Twemoji' ,
13
+ ' Apple Color Emoji' ,
14
+ ' Segoe UI Emoji' ,
15
+ ' Arial' ,
16
+ ' Helvetica' ,
17
+ sans-serif ,
18
+ ' Noto Color Emoji' ;
19
+
20
+ $monospace-font-family : ' Inconsolata' ,
21
+ ' Twemoji' ,
22
+ ' Apple Color Emoji' ,
23
+ ' Segoe UI Emoji' ,
24
+ ' Courier' ,
25
+ monospace ,
26
+ ' Noto Color Emoji' ;
14
27
15
28
// Colors from Figma Compound https://www.figma.com/file/X4XTH9iS2KGJ2wFKDqkyed/Compound?node-id=559%3A120
16
29
// ********************
@@ -57,7 +70,7 @@ $icon-button-color: $quaternary-content;
57
70
// Colors that aren't in Figma and are theme specific - we need to get rid of these
58
71
// ********************
59
72
$selection-fg-color : $background ;
60
- $yellow-background : #fff8e3 ;
73
+ $yellow-background : #fff8e3 ;
61
74
$secondary-accent-color : #f2f5f8 ;
62
75
$button-fg-color : $background ;
63
76
$neutral-badge-color : #dbdbdb ;
@@ -79,7 +92,8 @@ $event-selected-color: #f6f7f8;
79
92
$topleftmenu-color : #212121 ;
80
93
$roomtopic-color : #9e9e9e ;
81
94
$spacePanel-bg-color : rgba (232 , 232 , 232 , 0.77 );
82
- $panel-gradient : rgba (242 , 245 , 248 , 0 ), rgba (242 , 245 , 248 , 1 );
95
+ $panel-gradient : rgba (242 , 245 , 248 , 0 ),
96
+ rgba (242 , 245 , 248 , 1 );
83
97
$h3-color : #3d3b39 ;
84
98
$event-highlight-bg-color : $yellow-background ;
85
99
$header-panel-text-primary-color : #91A1C0 ;
@@ -296,6 +310,7 @@ $focus-brightness: 105%;
296
310
:root {
297
311
--lp-background-blur : 40px ;
298
312
}
313
+
299
314
// ********************
300
315
301
316
// Icon URLs
@@ -330,8 +345,7 @@ $location-live-secondary-color: #deddfd;
330
345
outline : none ;
331
346
}
332
347
333
- @define-mixin mx_DialogButton_hover {
334
- }
348
+ @define-mixin mx_DialogButton_hover {}
335
349
336
350
@define-mixin mx_DialogButton_danger {
337
351
background-color : $accent ;
@@ -355,6 +369,7 @@ $location-live-secondary-color: #deddfd;
355
369
color : $accent ;
356
370
text-decoration : none ;
357
371
}
372
+
358
373
// ********************
359
374
360
375
// diff highlight colors
@@ -366,4 +381,5 @@ $location-live-secondary-color: #deddfd;
366
381
.hljs-deletion {
367
382
background : #fdd ;
368
383
}
384
+
369
385
// ********************
0 commit comments