Skip to content

Instantly share code, notes, and snippets.

@LIUYC
Created June 3, 2014 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LIUYC/bc06f5f3dc9ba1553c43 to your computer and use it in GitHub Desktop.
Save LIUYC/bc06f5f3dc9ba1553c43 to your computer and use it in GitHub Desktop.
v2ex css
body {
font-family: "Helvetica Neue", "Segoe UI", sans-serif !important;
font-weight: 300;
/* text-shadow: 0 0 0.2em #ccc; */
}
div#Wrapper, div#Main div.box {
background-color: #fee;
background-image: none;
box-shadow: none;
}
.content {
width: 90%;
}
img.avatar {
border-radius: 50%;
}
div#Main div.cell, div#Main div.inner, div#Main div.header {
border: none;
padding: 20px 25px;
}
div#Main a.dark {
font-size: 3em;
font-weight: 100;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment