abdullahtarawneh.com/assets/scss/base/variables.scss

14 lines
282 B
SCSS
Raw Normal View History

2021-12-24 06:20:07 +00:00
$container-width: 960px;
:root {
2021-12-24 06:20:07 +00:00
--nav-height: 4em;
--header-height: 4em;
--link-color: #06f;
--link-visited: rgb(147, 85, 197);
--primary-accent: #06f;
--ui-background: #fff;
--ui-background-track: #ddd;
--ui-text: #212121;
--ui-text-muted: #777;
--ui-text-bold: #000;
}