org-share-to-web.el/themes/light.css
2023-06-27 10:44:41 +00:00

45 lines
624 B
CSS

body {
margin: 2.5rem auto;
max-width: 700px;
background: #fffff5;
color: #000;
padding-inline: 1rem;
font-family: "Lora", sans-serif;
font-weight: 500;
box-sizing: border-box;
}
body::selection {
color: #fffff5;
background: #4D5460;
}
h1, h2, h3 {
font-family: "Lora", sans-serif;
margin-top: 2.5rem;
line-height: 1.2;
}
img {
display: block;
width: 100%;
object-fit: cover;
object-position: center;
}
a {
color: #195880;
}
a:hover {
text-decoration: none;
}
pre {
font-family: "Inconsolata", monospace;
}
.timestamp {
color: #333333;
}
/*# sourceMappingURL=light.css.map */