Carbon/src/sass/colors.sass
Cadence Ember a7165fe633
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Fix purify and highlight
- purify: apply target=_blank to links
- purify: remove ALLOWED_URI_REGEXP - this breaks external links in
  anchor elements
- purify: return a DOM fragment instead of a string
- postprocess: only highlight pre
- postprocess: remove nested code inside pre
- better style messages with css
2020-11-05 17:37:00 +13:00

8 lines
128 B
Sass

$dark: #36393e
$darker: #2f3135
$darkest: #202224
$mild: #393c42
$milder: #42454a
$divider: #4b4e54
$muted: #999
$link: #57bffd