mirror of
https://github.com/go-task/task.git
synced 2026-06-22 04:05:53 +00:00
39 lines
1.1 KiB
CSS
39 lines
1.1 KiB
CSS
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');
|
|
|
|
:root {
|
|
--ifm-font-family-base: Roboto, system-ui, -apple-system, Segoe UI, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
|
|
--ifm-font-family-monospace: 'Roboto Mono', SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
|
|
|
|
--ifm-color-primary: #43ABA2 ;
|
|
--ifm-color-primary-dark: #3AB2A6;
|
|
--ifm-color-primary-darker: #32B8AB;
|
|
--ifm-color-primary-darkest: #29BEB0;
|
|
--ifm-color-primary-light: #4CA59D;
|
|
--ifm-color-primary-lighter: #559F98;
|
|
--ifm-color-primary-lightest: #5D9993;
|
|
--ifm-code-font-size: 95%;
|
|
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
[data-theme='dark'] {
|
|
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
.code-block--max-width {
|
|
width: 100%;
|
|
}
|
|
|
|
#carbonads {
|
|
margin-top: 30px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.gold-sponsors {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.gold-sponsors table img {
|
|
width: 200px;
|
|
}
|