livebook/assets/css/global.css
2023-02-23 19:07:00 +01:00

18 lines
327 B
CSS

@layer base {
body {
font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto,
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}
/* Remove the default outline on focused elements */
:focus,
button:focus {
outline: none;
}
menu {
margin: 0;
padding: 0;
}
}