xray918's picture
Upload folder using huggingface_hub
0ad74ed verified
raw
history blame contribute delete
353 Bytes
:root {
--font-mono: "Fira Mono", monospace;
--color-bg-0: rgb(202, 216, 228);
--color-bg-1: hsl(209, 36%, 86%);
--color-bg-2: hsl(224, 44%, 95%);
--color-theme-1: #ff3e00;
--color-theme-2: #4075a6;
--color-text: rgba(0, 0, 0, 0.7);
--column-width: 42rem;
--column-margin-top: 4rem;
color: var(--color-text);
}
* {
box-sizing: border-box;
}