2023-05-18 09:38:26 +12:00
|
|
|
// Removed "Noto Color Emoji" from list re: https://github.com/axllent/mailpit/issues/92
|
|
|
|
$font-family-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans",
|
|
|
|
Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
|
|
|
2022-07-29 23:23:08 +12:00
|
|
|
$link-decoration: none;
|
2022-10-15 23:14:51 +13:00
|
|
|
$primary: #2c3e50;
|
2022-11-13 16:45:54 +13:00
|
|
|
$list-group-disabled-color: #adb5bd;
|
2023-06-14 22:18:51 +12:00
|
|
|
$enable-negative-margins: true;
|
2023-06-30 22:42:09 +12:00
|
|
|
$body-color-dark: #e7eaed;
|