This commit is contained in:
Fabien POLLY
2026-01-22 22:52:13 +01:00
parent 10d71122bc
commit c52bb9164f
19 changed files with 1449 additions and 111 deletions

25
themes/paper-sepia.css Normal file
View File

@@ -0,0 +1,25 @@
:root {
--bg-body: #e3d5b8;
--bg-sidebar: #d4c3a1;
--border-color: #c4b28f;
--text-main: #4a3a2a;
--text-heading: #2d241a;
--accent-green: #8b5e34;
--accent-dim: rgba(139, 94, 52, 0.1);
--code-bg: #dcd0b0;
}
/* Sepia Paper specific overrides */
.markdown-body a {
color: #8b5e34;
}
.nav-link.active {
background-color: rgba(139, 94, 52, 0.1) !important;
border-left-color: #8b5e34 !important;
color: #4a3a2a !important;
}
::-webkit-scrollbar-thumb {
background: #c4b28f !important;
}