docute
Version:
Effortlessly documentation done right.
15 lines (13 loc) • 405 B
CSS
:root {
--accent-color: rgb(6, 125, 247);
--sidebar-width: 280px;
--sidebar-bg: white;
--sidebar-section-title-color: rgb(136, 136, 136);
--border-color: #eaeaea;
--header-height: 60px;
--code-font: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
--tip-color: rgb(6, 125, 247);
--success-color: #42b983;
--warning-color: #ff9800;
--danger-color: rgb(255, 0, 31);
}