mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 10:58:19 +01:00
9 lines
161 B
SCSS
9 lines
161 B
SCSS
// colors
|
|
$blue_l: #a2d2f4;
|
|
$blue: #2a92e7;
|
|
$grey_l: #f3f3f3;
|
|
$grey: #616161;
|
|
$grey_d: #454545;
|
|
|
|
$roboto: Roboto, 'Helvetica Neue', Arial, Helvetica, sans-serif
|