* Issue 183 * CSS fixes for : * Citations * Footer * Project Cards * Code background * Fix dark mode edge cases (mainly with distill) Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com>
16 lines
222 B
SCSS
16 lines
222 B
SCSS
---
|
|
# Only the main Sass file needs front matter (the dashes are enough)
|
|
---
|
|
@charset "utf-8";
|
|
|
|
// Dimensions
|
|
$max-content-width: {{site.max_width}};
|
|
|
|
@import
|
|
"variables",
|
|
"themes",
|
|
"layout",
|
|
"base",
|
|
"distill"
|
|
;
|