Wiki update

This commit is contained in:
Fabien POLLY
2026-01-24 17:18:37 +01:00
parent e7168f6d1d
commit fc2a3f6972
31 changed files with 4135 additions and 279 deletions

View File

@@ -0,0 +1,25 @@
:root {
--bg-body: #e8f1f2;
--bg-sidebar: #d1e3e5;
--border-color: #b8d0d2;
--text-main: #2d4a4d;
--text-heading: #1a3033;
--accent-green: #0081a7;
--accent-dim: rgba(0, 129, 167, 0.1);
--code-bg: #d9e8ea;
}
/* Cool Paper specific overrides */
.markdown-body a {
color: #0081a7;
}
.nav-link.active {
background-color: rgba(0, 129, 167, 0.1) !important;
border-left-color: #0081a7 !important;
color: #2d4a4d !important;
}
::-webkit-scrollbar-thumb {
background: #b8d0d2 !important;
}