Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions assets/stylesheets/global/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
@use 'global/variables-dark';

// Variables needed to style the error message for browsers that don't support CSS variables.
$baseFont: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', Arial, sans-serif;
$baseFont: system-ui, sans-serif;
$textColor: #333;

html {
--baseFont: #{$baseFont};
--monoFont: 'SF Mono', 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
--monoFont: ui-monospace, SFMono-Regular, Menlo, Consolas, 'Liberation Mono', monospace;
--boldFontWeight: 500;
--bolderFontWeight: 600;

Expand Down
Loading