transfersh/styles/default.css

50 lines
647 B
CSS

/* Inspired by lord.re and bettermotherfuckingwebsite.com */
body {
margin:40px auto;
background-color:#2d2d2d;
color: #D3D0C8;
padding:0 10px;
font-family: sans-serif;
text-align: center;
word-wrap: break-word;
}
video,img {
max-width: 100%;
}
audio {
width: 100%;
max-width: 600px;
}
.markdown {
max-width: 36em;
text-align: left;
word-wrap: normal;
margin: auto;
border: 1px solid #393939;
padding: 15px;
}
h1,h2,h3 {
font-family: serif;
}
pre,code {
font-family: monospace;
}
a {
color: #F99157;
}
a:visited {
color: #F2777A;
}
a:hover, a:focus {
outline: 1px solid;
outline-offset:.2em;
text-decoration: none;
}