Skip to content

Instantly share code, notes, and snippets.

@madebyollin
Last active September 4, 2017 23:39
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 madebyollin/41e7aaf1d7604c2ccd54b8f3d880851f to your computer and use it in GitHub Desktop.
Save madebyollin/41e7aaf1d7604c2ccd54b8f3d880851f to your computer and use it in GitHub Desktop.
tarsnap CSS
/* Lots of !importants and other cruft since I was messing around in-browser */
a.register-button {
box-shadow: none;
padding: 16px 32px;
border: 0;
color: white;
background: #26dc8a;
display: block;
font-size: 1.1em;
font-weight: 500;
}
h1 {
text-align: center;
}
section {
background: #f9f9f9;
border: 0;
border-radius: 24px;
overflow: hidden;
}
strong, th {
color: black !important;
}
#nav a {
padding: 4px 8px;
font-family: source sans pro !important;
}
#nav a.current {
font-weight: 600;
}
aside {
padding: 4px 8px;
margin: 8px 0px;
}
section h3.doc, section h3 {
background: #dedede;
border: 0;
border-radius: 0;
font-family: Source Sans Pro !important;
font-weight: 600;
text-align: center;
}
.boxcontents {
font-family: Source Sans Pro !important;
}
li {
margin-bottom: .75em;
}
body {
padding: 0px 32px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment