Skip to content

Instantly share code, notes, and snippets.

@lunamoth
Created December 23, 2025 12:12
Show Gist options
  • Select an option

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

Select an option

Save lunamoth/c33a439b1d31df2e8b94ae7a246be952 to your computer and use it in GitHub Desktop.
a:visited{
color:silver!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