Skip to content

Commit eb74575

Browse files
committed
change colors
1 parent aa26111 commit eb74575

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)