Skip to content

Instantly share code, notes, and snippets.

@Y-dash
Last active July 6, 2023 08:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Y-dash/d89355bf0c4fe4ed75843bd000f389ad to your computer and use it in GitHub Desktop.
Save Y-dash/d89355bf0c4fe4ed75843bd000f389ad to your computer and use it in GitHub Desktop.
note.comをダークモードで見るためのユーザーCSS
html {
--color-background-default: #202124;
--color-background-primary: #202124;
--color-text-primary: #e8eaed;
--color-background-secondary: #3C4043;
--color-surface-normal: #202124;
--color-background-waterBlue: #5f6368;
--color-border-default: #3C4043;
--color-text-secondary: #e8eaed;
--color-text-clickable: #5f6368;
}
.m-navbarLogo--note > svg > path {
fill: #e8eaed;
}
.o-sidebarRegistrationAppeal[data-v-4f019012] {
background-color: var(--color-green-500);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment