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-28 14:52:13 +00:00
|
|
|
--link-color: rgb(0,96,255);
|
|
|
|
--link-visited: rgb(140, 74, 194);
|
|
|
|
--primary-accent: rgb(0,96,255);
|
|
|
|
--primary-accent-transparent: rgba(0,96,255,0.25);
|
|
|
|
--primary-accent-text: #fff;
|
2021-12-24 06:20:07 +00:00
|
|
|
--ui-background: #fff;
|
2021-12-28 14:52:13 +00:00
|
|
|
--ui-background-track: #aaa;
|
2021-12-24 06:20:07 +00:00
|
|
|
--ui-text: #212121;
|
|
|
|
--ui-text-muted: #777;
|
|
|
|
--ui-text-bold: #000;
|
|
|
|
}
|