mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-17 12:20:04 +00:00

21 lines
449 B
CSS
21 lines
449 B
CSS
:root {
|
|
font-family:
|
|
"Space Grotesk", Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
|
|
line-height: 1.5;
|
|
font-weight: 400;
|
|
|
|
color-scheme: dark;
|
|
color: rgba(255, 255, 255, 0.92);
|
|
background-color: #0a0e14;
|
|
border: 1px solid #0a0e14;
|
|
|
|
font-synthesis: none;
|
|
text-rendering: optimizeLegibility;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-webkit-text-size-adjust: 100%;
|
|
}
|
|
|
|
a:hover {
|
|
color: #93c5fd;
|
|
}
|