Skip to content

Instantly share code, notes, and snippets.

@lunamoth
Last active October 11, 2025 06:14
Show Gist options
  • Select an option

  • Save lunamoth/29b5da0848997961243a35636955a15a to your computer and use it in GitHub Desktop.

Select an option

Save lunamoth/29b5da0848997961243a35636955a15a to your computer and use it in GitHub Desktop.
a:visited{
color:silver !important;
}
::-webkit-scrollbar{
width:1px !important;
height:1px !important;
}
*{
text-rendering:optimizeLegibility !important;
}
::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;
}
body{
-webkit-font-smoothing:antialiased !important;
-moz-osx-font-smoothing:grayscale !important;
word-break:keep-all !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment