2021-12-24 06:20:07 +00:00
|
|
|
$container-width: 960px;
|
2021-12-27 22:42:31 +00:00
|
|
|
$nav-height: 4em;
|
|
|
|
$header-height: 4em;
|
2021-12-24 06:20:07 +00:00
|
|
|
|
2021-12-26 12:33:52 +00:00
|
|
|
:root {
|
2021-12-27 22:42:31 +00:00
|
|
|
--container-width: #{$container-width};
|
|
|
|
--nav-height: #{$nav-height};
|
|
|
|
--header-height: #{$header-height};
|
2021-12-24 06:20:07 +00:00
|
|
|
--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;
|
|
|
|
}
|