Created
August 31, 2025 04:45
-
-
Save lunamoth/b19de6e3d90b4b6a5dc38bea4f7ead1b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 기존 */ | |
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