88/* Noto Color Emoji contains digits, in fixed-width, therefore causing
99 digits in flowed text to stand out.
1010 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' ;
1427
1528// Colors from Figma Compound https://www.figma.com/file/X4XTH9iS2KGJ2wFKDqkyed/Compound?node-id=559%3A120
1629// ********************
@@ -57,7 +70,7 @@ $icon-button-color: $quaternary-content;
5770// Colors that aren't in Figma and are theme specific - we need to get rid of these
5871// ********************
5972$selection-fg-color : $background ;
60- $yellow-background : #fff8e3 ;
73+ $yellow-background : #fff8e3 ;
6174$secondary-accent-color : #f2f5f8 ;
6275$button-fg-color : $background ;
6376$neutral-badge-color : #dbdbdb ;
@@ -79,7 +92,8 @@ $event-selected-color: #f6f7f8;
7992$topleftmenu-color : #212121 ;
8093$roomtopic-color : #9e9e9e ;
8194$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 );
8397$h3-color : #3d3b39 ;
8498$event-highlight-bg-color : $yellow-background ;
8599$header-panel-text-primary-color : #91A1C0 ;
@@ -296,6 +310,7 @@ $focus-brightness: 105%;
296310:root {
297311 --lp-background-blur : 40px ;
298312}
313+
299314// ********************
300315
301316// Icon URLs
@@ -330,8 +345,7 @@ $location-live-secondary-color: #deddfd;
330345 outline : none ;
331346}
332347
333- @define-mixin mx_DialogButton_hover {
334- }
348+ @define-mixin mx_DialogButton_hover {}
335349
336350@define-mixin mx_DialogButton_danger {
337351 background-color : $accent ;
@@ -355,6 +369,7 @@ $location-live-secondary-color: #deddfd;
355369 color : $accent ;
356370 text-decoration : none ;
357371}
372+
358373// ********************
359374
360375// diff highlight colors
@@ -366,4 +381,5 @@ $location-live-secondary-color: #deddfd;
366381.hljs-deletion {
367382 background : #fdd ;
368383}
384+
369385// ********************
0 commit comments