Files
Bjorn/themes/solarized-light.css
Fabien POLLY c52bb9164f fixes
2026-01-22 22:52:13 +01:00

30 lines
630 B
CSS

: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;
}