p-view/assets/style.css

45 lines
463 B
CSS

body {
background: #141415;
font-family: 'Liberation Mono', monospace;
color: #cdcdcd;
}
.preview, .box {
padding: 10px;
margin-top: 10px;
background-color: #222;
}
.wrapper {
max-width: 700px;
margin: 0 auto;
}
a {
color: #aac;
}
h1 a {
text-decoration: none;
color: #cdcdcd;
}
h1 a::before {
content: "#";
color: #aac;
margin-right: 10px;
}
h1 a:hover::before {
text-decoration: underline;
}
.preview h1 {
margin: 0;
padding: 0;
margin-bottom: 5px;
}