File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ import "../styles/markdown.css";
4646 @apply pr-5 pl-10 w-full;
4747 }
4848 aside {
49- @apply pl-6 pt-15 mx-0 max-w-50 min-w-50 sticky top-0 h-screen w-100 h-full bg-neutral-600 px-2 py-0 sm:px-4;
49+ @apply pl-6 pt-15 mx-0 max-w-50 min-w-50 sticky top-0 h-screen w-100 h-full bg-slate-900 px-2 py-0 sm:px-4;
5050 }
5151 body {
5252 @apply flex flex-row space-x-5 w-full mt-0 m-0 bg-white text-gray-900 text-xl;
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ import SearchBar from "../components/SearchBar.svelte";
109109 }
110110
111111 :root {
112- --primary_bg_color: var(--color-violet -100);
112+ --primary_bg_color: var(--color-slate -100);
113113 }
114114
115115 aside {
You can’t perform that action at this time.
0 commit comments