bruno/packages/grafnode-run/src/styles/globals.css

22 lines
541 B
CSS
Raw Normal View History

2021-12-03 20:37:38 +01:00
html, body {
margin: 0;
2021-12-03 20:37:38 +01:00
padding: 0;
font-size: 1rem;
2021-12-30 15:12:04 +01:00
color: rgb(48 48 48);
2021-12-03 20:37:38 +01:00
font-kerning: none;
text-rendering: optimizeSpeed;
letter-spacing: normal;
/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol"; */
font-family: Inter, sans-serif !important;
}
2021-12-03 20:37:38 +01:00
body {
font-size: 0.875rem;
}
:root {
--color-brand: #546de5;
--color-sidebar-collection-item-focused-indent-border: #7b8de3;
--color-tab-active-border: #4d4d4d;
2021-12-03 20:37:38 +01:00
}