Color Base

basscss-color-base v0.0.2

basscss.com

Sets color styles for the body tag, links, pre, code, and hr tags.

Default Variables

:root {
  --blue: #0076df;
  --dark-gray: #333;
  --light-gray: #ccc;
  --lighter-gray: #eee;
  --border-radius: 3px;
  --border-width: 1px;
  --border-color: var(--light-gray);
}