Skip to content

Instantly share code, notes, and snippets.

@pymk
Created May 25, 2024 01:07
Show Gist options
  • Save pymk/d2052d8e19634d71448bc4421136027a to your computer and use it in GitHub Desktop.
Save pymk/d2052d8e19634d71448bc4421136027a to your computer and use it in GitHub Desktop.
Stylus dark theme
body {
color: #ccc !important;
background-color: #262626 !important;
a:link{color:#2b8be0};
}
code {
background-color: #141313;
}
table th, table td {
border: 1px solid #e2e2e2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment