mirror of https://github.com/freeCodeCamp/devdocs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
739 B
32 lines
739 B
html {
|
|
--baseFont: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', Arial, sans-serif;
|
|
--monoFont: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
|
|
--boldFontWeight: 500;
|
|
--bolderFontWeight: 600;
|
|
|
|
--textColorRed: #f44336;
|
|
|
|
--splashText: var(--loadingText);
|
|
|
|
--selectionText: #fff;
|
|
--transparentSelectionText: rgba(255, 255, 255, 0.9);
|
|
|
|
--notifColor: #fff;
|
|
--notifColorLight: #ccc;
|
|
|
|
--maxWidth: 80rem;
|
|
--headerHeight: 3rem;
|
|
--sidebarWidth: 20rem;
|
|
--sidebarMediumWidth: 16rem;
|
|
|
|
--focusBackground: #e5e5e5;
|
|
--focusBorder: #d4d4d4;
|
|
--focusText: #000;
|
|
|
|
--contentZ: 1;
|
|
--sidebarZ: 2;
|
|
--headerZ: 3;
|
|
--noticeZ: 4;
|
|
--hoverZ: 5;
|
|
}
|