Skip to content

Instantly share code, notes, and snippets.

@lunamoth
Created August 31, 2025 04:45
Show Gist options
  • Save lunamoth/b19de6e3d90b4b6a5dc38bea4f7ead1b to your computer and use it in GitHub Desktop.
Save lunamoth/b19de6e3d90b4b6a5dc38bea4f7ead1b to your computer and use it in GitHub Desktop.
/* 기존 */
a:visited { color: silver !important; }
::-webkit-scrollbar {width: 12px;}
::selection { background: #FFE533 !important; color: #000 !important; text-shadow: none !important; font-weight: 900 !important; }
::-moz-selection { background: #FFE533 !important; color: #000 !important; text-shadow: none !important; font-weight: 900 !important; }
/* 250831 추가 */
* {transition: none !important;animation: none !important;}
* {text-rendering: optimizeLegibility;}
body {-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
body {word-break: keep-all !important;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment