Sha256: d8f07909e446c22856c2544e23e87e9bb52f2112d1411f8cf786089c8cf0c016
Contents?: true
Size: 412 Bytes
Versions: 22
Compression:
Stored size: 412 Bytes
Contents
@use 'sass:color'; @use '@material/theme/color-palette'; // Svelte Colors! @use '@material/theme/index' as theme with ( $primary: #fff, $secondary: #4dacff, $surface: #005a8f, $background: #005a8f, $error: color-palette.$red-900 ); html, body { background-color: theme.$surface; color: theme.$on-surface; } a { color: #40b3ff; } a:visited { color: color.scale(#40b3ff, $lightness: -35%); }
Version data entries
22 entries across 22 versions & 1 rubygems