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

View File

@@ -0,0 +1,30 @@
:root {
--bg-body: #fdf6e3;
--bg-sidebar: #eee8d5;
--border-color: #d5c4a1;
--text-main: #657b83;
--text-heading: #073642;
--accent-green: #859900;
--accent-dim: rgba(133, 153, 0, 0.1);
--code-bg: #eee8d5;
}
/* Solarized Light specific overrides */
.markdown-body a {
color: #268bd2;
}
.markdown-body blockquote {
background: #eee8d5;
border-left-color: #859900;
}
.nav-link.active {
background-color: rgba(133, 153, 0, 0.1) !important;
border-left-color: #859900 !important;
color: #859900 !important;
}
::-webkit-scrollbar-thumb {
background: #93a1a1 !important;
}