2022-11-22 09:06:08 +11:00
|
|
|
@tailwind base;
|
|
|
|
|
@tailwind components;
|
|
|
|
|
@tailwind utilities;
|
|
|
|
|
|
2022-11-25 11:02:00 +11:00
|
|
|
@import '../node_modules/allotment/dist/style.css';
|
|
|
|
|
|
2022-11-12 13:11:54 +11:00
|
|
|
body {
|
|
|
|
|
margin: 0;
|
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
|
|
|
|
|
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
|
|
|
|
|
sans-serif;
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
code {
|
|
|
|
|
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
|
|
|
|
|
monospace;
|
|
|
|
|
}
|
2023-03-15 19:03:55 +11:00
|
|
|
|
|
|
|
|
|
|
|
|
|
#code-mirror-override .cm-focused .cm-cursor {
|
|
|
|
|
border-left: 1.2px solid black;
|
|
|
|
|
}
|
|
|
|
|
#code-mirror-override .cm-cursor {
|
|
|
|
|
display: block;
|
|
|
|
|
border-left: 5px solid #0084e2;
|
|
|
|
|
}
|