14 // List of screen sizes
15 $screen-sizes: (('xxs', $bp-xxs), ('xs', $bp-xs), ('s', $bp-s), ('m', $bp-m), ('l', $bp-l), ('xl', $bp-xl));
17 // Spacing (Margins+Padding)
27 // List of our spacing sizes
28 $spacing: (('none', 0), ('xxs', $xxs), ('xs', $xs), ('s', $s), ('m', $m), ('l', $l), ('xl', $xl), ('xxl', $xxl), ('auto', auto));
31 $font-body: -apple-system, BlinkMacSystemFont,
32 "Segoe UI", "Oxygen", "Ubuntu", "Roboto", "Cantarell",
33 "Fira Sans", "Droid Sans", "Helvetica Neue",
35 $font-mono: "Lucida Console", "DejaVu Sans Mono", "Ubuntu Mono", Monaco, monospace;
44 $positive-dark: #4aa850;
45 $negative-dark: #e85c5b;
47 $warning-dark: #de8a5a;
53 $bs-light: 0 0 4px 1px #CCC;
54 $bs-dark: 0 0 4px 1px rgba(0, 0, 0, 0.5);
55 $bs-med: 0 1px 3px 1px rgba(76, 76, 76, 0.26);
56 $bs-large: 0 1px 6px 1px rgba(22, 22, 22, 0.2);
57 $bs-card: 0 1px 6px -1px rgba(0, 0, 0, 0.1);
58 $bs-card-dark: 0 1px 6px -1px rgba(0, 0, 0, 0.5);
59 $bs-hover: 0 2px 2px 1px rgba(0,0,0,.13);
63 --font-body: #{$font-body};
64 --font-code: #{$font-mono};
66 --color-primary: #206ea7;
67 --color-primary-light: rgba(32,110,167,0.15);
68 --color-link: #206ea7;
70 --color-page: #206ea7;
71 --color-page-draft: #7e50b1;
72 --color-chapter: #af4d0d;
73 --color-book: #077b70;
74 --color-bookshelf: #a94747;
76 --color-positive: #{$positive};
77 --color-negative: #{$negative};
78 --color-info: #{$info};
79 --color-warning: #{$warning};
81 --bg-disabled: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%25' width='100%25'%3E%3Cdefs%3E%3Cpattern id='doodad' width='19' height='19' viewBox='0 0 40 40' patternUnits='userSpaceOnUse' patternTransform='rotate(143)'%3E%3Crect width='100%25' height='100%25' fill='rgba(42, 67, 101,0)'/%3E%3Cpath d='M-10 30h60v20h-60zM-10-10h60v20h-60' fill='rgba(26, 32, 44,0)'/%3E%3Cpath d='M-10 10h60v20h-60zM-10-30h60v20h-60z' fill='rgba(0, 0, 0,0.05)'/%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23doodad)' height='200%25' width='200%25'/%3E%3C/svg%3E");
85 --bg-disabled: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%25' width='100%25'%3E%3Cdefs%3E%3Cpattern id='doodad' width='19' height='19' viewBox='0 0 40 40' patternUnits='userSpaceOnUse' patternTransform='rotate(143)'%3E%3Crect width='100%25' height='100%25' fill='rgba(42, 67, 101,0)'/%3E%3Cpath d='M-10 30h60v20h-60zM-10-10h60v20h-60' fill='rgba(26, 32, 44,0)'/%3E%3Cpath d='M-10 10h60v20h-60zM-10-30h60v20h-60z' fill='rgba(255, 255, 255,0.05)'/%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23doodad)' height='200%25' width='200%25'/%3E%3C/svg%3E");
86 color-scheme: only dark;
88 --color-positive: #4aa850;
89 --color-negative: #e85c5b;
90 --color-warning: #de8a5a;
92 :root:not(.dark-mode) {
93 color-scheme: only light;