Add (initial): futurewalker code

This commit is contained in:
2023-11-20 00:15:18 +08:00
parent f8602cb456
commit 9ce3e5c82a
166 changed files with 15941 additions and 1072 deletions

View File

@@ -3,8 +3,12 @@
// Variables should follow the `$component-state-property-size` formula for
// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.
$font-family-sans-serif: "Noto Serif", system-ui, -apple-system, "Segoe UI",
Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", "Noto Color Emoji" !default;
// Color system
$body-bg: #f0f2f5;
$body-bg: #fff;
// scss-docs-start gray-color-variables
$white: #fff;