왜 내 CSS 색상 선택이 덮어씌워지나요?

Use your browser’s DevTools to inspect the main content area and identify which CSS variable controls the background color.
Then, override it in your theme’s CSS like this:

:root {
  --primary-low: #F6F6F5;
  --primary-very-low: #F6F6F5;
  --d-topic-list-background-color: #F6F6F5;
}