Skip to content

Instantly share code, notes, and snippets.

@archydragon
Created August 21, 2014 18:02
Show Gist options
  • Save archydragon/e30204d5591c12c687a8 to your computer and use it in GitHub Desktop.
Save archydragon/e30204d5591c12c687a8 to your computer and use it in GitHub Desktop.
Custom Nginx fancyindex stylesheet
location /devnull {
fancyindex on;
fancyindex_exact_size off;
fancyindex_css_href "/fancyindex.css";
allow all;
}
* {
font-family: monospace;
}
a {
color: #2020cc;
}
a:hover {
color: #7070ff;
}
td {
height: 20px;
}
#list {
border: none;
}
th {
text-decoration: none;
border: none;
background: #ddd;
height: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment